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
Trying to use a trick from #69 (comment) for MSVC, but it triggers a panic:
~$ cmd /c call 'C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat' x64 \&\& 'bin\shell'thread 'main' panicked at crates\deno_task_shell\src\shell\execute.rs:160:28:`spawn_local` called from outside of a `task::LocalSet`note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
Trying to use a trick from #69 (comment) for MSVC, but it triggers a panic:
The text was updated successfully, but these errors were encountered: