diff options
Diffstat (limited to 'lib/compile-handler.js')
-rw-r--r-- | lib/compile-handler.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compile-handler.js b/lib/compile-handler.js index 774eb5b55..fc8299c8c 100644 --- a/lib/compile-handler.js +++ b/lib/compile-handler.js @@ -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(); } |