Skip to content
New issue

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

Throw more detailed error when compilation fails #37

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Charles-Gagnon
Copy link

@Charles-Gagnon Charles-Gagnon commented Mar 18, 2022

Currently the error only shows as something like this

Uncaught SyntaxError: Unexpected token '??'

which makes it difficult to track down which file is failing.

New error :

Uncaught Error: Error compiling file:///.../vs/workbench/browser/parts/editor/editorGroupView.js. SyntaxError: Unexpected token '??'

Currently the error only shows as something like this

`Uncaught SyntaxError: Unexpected token '??'`

which makes it difficult to track down which file is failing. 

New error : 

`Uncaught Error: Error compiling file:///.../vs/workbench/browser/parts/editor/editorGroupView.js. SyntaxError: Unex
pected token '??'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant