Skip to content

Commit 942d2a8

Browse files
committed
ci
1 parent 04c7f09 commit 942d2a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/go-loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ GoLoader.prototype.runGoScript2JS = function (goFile, options) {
116116
process.chdir(cwd);
117117

118118
if (output.status !== 0) {
119-
throw new Error('Failed to convert Go file to JS\n' + output.stdout);
119+
throw new Error('Failed to convert Go file to JS\n' + output.stdout + '\n' + output.stderr);
120120
}
121121

122122
//read JS file

0 commit comments

Comments
 (0)