We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe3542 commit b375130Copy full SHA for b375130
1 file changed
lib/buildModule.js
@@ -76,7 +76,7 @@ function buildModule(context, filenameWithLoaders,
76
try {
77
deps = parse(source, options.parse);
78
} catch(e) {
79
- callback(new Error("File \"" + filenameWithLoaders + "\" parsing failed: " + e), extraResults);
+ callback(new Error("File \"" + filenameWithLoaders + "\" parsing failed: " + e.stack), extraResults);
80
return;
81
}
82
profile && (profile.end = new Date().getTime());
0 commit comments