Skip to content

Commit

Permalink
revert the showStack change (#30673)
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinmombay committed Oct 20, 2020
1 parent 87c934e commit 9885c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/server/typescript-compile.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function buildNewServer() {
const result = exec(getBuildCmd(), {'stdio': ['inherit', 'inherit', 'pipe']});
if (result.status != 0) {
const err = new Error('Could not build AMP Dev Server');
err.showStack = true;
err.showStack = false;
throw err;
}
}
Expand Down

0 comments on commit 9885c4b

Please sign in to comment.