Skip to content

Commit

Permalink
fix: Add "stackTrace" option to allowedNames in cli.ts
Browse files Browse the repository at this point in the history
This fixes a problem I encountered similar to angular#4196 - where `stackTrace` is listed as an option but an error is given saying it's an "unknown extra flag"
  • Loading branch information
anjunatl committed Apr 14, 2017
1 parent c64270b commit 97e4e4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ let allowedNames = [
'build',
'grep',
'invert-grep',
'explorer'
'explorer',
'stackTrace'
];

let optimistOptions: any = {
Expand Down

0 comments on commit 97e4e4d

Please sign in to comment.