Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain committed Aug 21, 2024
1 parent bd39f46 commit 2fb91a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ const ruleSets: {
_configureLog4js(argv.verbose);

if (argv['generate-tsconfig'] != null && argv.tsconfig != null) {
throw new utils.JsiiError('Options --generate-tsconfig and --tsconfig are mutually exclusive');
throw new utils.JsiiError('Options --generate-tsconfig and --tsconfig are mutually exclusive', true);
}

const projectRoot = path.normalize(path.resolve(process.cwd(), argv.PROJECT_ROOT));
Expand Down

0 comments on commit 2fb91a0

Please sign in to comment.