You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, _applyConfig would be an async function and this would use await on the promise version of fs.exists. Seeing as the original version was still using blocking IO, I wouldn't hold up the PR for this. I'll create an issue out of this comment.
Ideally,
_applyConfig
would be an async function and this would useawait
on the promise version offs.exists
. Seeing as the original version was still using blocking IO, I wouldn't hold up the PR for this. I'll create an issue out of this comment.Originally posted by @dlongley in #3 (comment)
The text was updated successfully, but these errors were encountered: