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
Fix building on windows when using new syntax (#217)
The new sytax uses cwd() to strip the prefix when building using
original source location. We were not running it through
maybeWindowsPath which led to file not being found during
initialization. This PR fixes that and thus enables building on windows
using the new syntax.
0 commit comments