Skip to content

Commit 001372f

Browse files
Merge pull request #2348 from NativeScript/milanov/add-debug-to-options
Add debug option
2 parents 7380747 + 9e2c659 commit 001372f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/options.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ export class Options extends commonOptionsLibPath.OptionsBase {
3636
tsc: {type: OptionType.Boolean },
3737
bundle: {type: OptionType.Boolean },
3838
all: {type: OptionType.Boolean },
39-
teamId: { type: OptionType.String }
39+
teamId: { type: OptionType.String },
40+
debug: { type: OptionType.Boolean }
4041
},
4142
path.join($hostInfo.isWindows ? process.env.AppData : path.join(osenv.home(), ".local/share"), ".nativescript-cli"),
4243
$errors, $staticConfig);

0 commit comments

Comments
 (0)