We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631c692 commit 8295363Copy full SHA for 8295363
lib/serve/error_page.js
@@ -27,6 +27,7 @@ ansiHTML.setColors({
27
*/
28
function errorPage(error/*: Error*/) {
29
var errorText = error.toString();
30
+ console.error(error);
31
if (error.codeFrame) {
32
errorText += '<pre>' + ansiHTML(error.codeFrame) + '</pre>';
33
}
0 commit comments