We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4fa2b commit 152df4dCopy full SHA for 152df4d
lib/internal/modules/typescript.js
@@ -49,7 +49,7 @@ function parseTypeScript(source, options) {
49
try {
50
return parse(source, options);
51
} catch (error) {
52
- throw new ERR_INVALID_TYPESCRIPT_SYNTAX(error);
+ throw new ERR_INVALID_TYPESCRIPT_SYNTAX(error.message);
53
}
54
55
0 commit comments