Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

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 #4196 - where `stackTrace` is listed as an option but an error is given saying it's an "unknown extra flag"
  • Loading branch information
anjunatl authored and heathkit committed Apr 26, 2017
1 parent 8249167 commit bd534fb
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 bd534fb

Please sign in to comment.