Skip to content

Commit

Permalink
fix(compiler-cli): modified ngc to throw all errors, not just syntax (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
adeora authored and vicb committed Aug 3, 2017
1 parent 1dca575 commit 5651e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/compiler-cli/src/ngc.ts
Expand Up @@ -179,6 +179,7 @@ export function performCompilation(
consoleError(e.message);
return 1;
}
throw e;
}

return 0;
Expand Down

0 comments on commit 5651e4a

Please sign in to comment.