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

Commit bd534fb

Browse files
anjunatlheathkit
authored andcommitted
fix: Add "stackTrace" option to allowedNames in cli.ts
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"
1 parent 8249167 commit bd534fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/cli.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ let allowedNames = [
104104
'build',
105105
'grep',
106106
'invert-grep',
107-
'explorer'
107+
'explorer',
108+
'stackTrace'
108109
];
109110

110111
let optimistOptions: any = {

0 commit comments

Comments
 (0)