Add error call back

dev/git-series/gccdum
Matt Godbolt 6 years ago
parent 40ad585a2f
commit fc9ab9eba9

@ -163,7 +163,7 @@ function CompileHandler(gccProps, compilerProps) {
}
},
function (error) {
logger.error("Error: " + error);
logger.error("Error: " + error.stack || error);
if (typeof(error) !== "string") {
error = "Internal GCC explorer error: " + error.toString();
}

Loading…
Cancel
Save