syntax error is not highlighted nor is the line identified when in debug #20381
Labels
Duplicate
An existing issue was already created
VS Code Tracked
There is a VS Code equivalent to this issue
From @johngrabner on December 1, 2017 0:51
Steps to Reproduce:
exception will only show the line doing the require
Exception has occurred: SyntaxError
SyntaxError: Invalid shorthand property initializer
at createScript (vm.js:80:10)
at Object.runInThisContext (vm.js:139:10)
at Module._compile (module.js:599:28)
at Object.Module._extensions..js (module.js:646:10)
at Module.load (module.js:554:32)
at tryModuleLoad (module.js:497:12)
at Function.Module._load (module.js:489:3)
at Module.require (module.js:579:17)
at require (internal/module.js:11:18)
at Object. (c:\Users\John\Documents\GitHub\jjg_distributed_db\test\test_1_entity.js:6:16)
Copied from original issue: microsoft/vscode#39392
The text was updated successfully, but these errors were encountered: