We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
await import('I_DO_NOT_EXIST')
The loader correctly throws the error the first time this code is exectued. The second time you execute the code the loader does not throw an error 🐛
Use case for me: https://github.com/Microsoft/vscode/blob/18f4630bc51a3d87c7b31d96ca9c8ea95aa649b0/src/vs/platform/sign/node/signService.ts#L14
The text was updated successfully, but these errors were encountered:
microsoft/vscode-loader@b7274ab
Thanks for fixing this, created a follow up item for me #78186
Sorry, something went wrong.
alexdima
No branches or pull requests
The loader correctly throws the error the first time this code is exectued.
The second time you execute the code the loader does not throw an error 🐛
Use case for me: https://github.com/Microsoft/vscode/blob/18f4630bc51a3d87c7b31d96ca9c8ea95aa649b0/src/vs/platform/sign/node/signService.ts#L14
The text was updated successfully, but these errors were encountered: