Skip to content

Commit d5c4b20

Browse files
committed
chore: linter, of course
1 parent 46ec49f commit d5c4b20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/common/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ function parseCliConfig(args: string[]): CliOptions {
309309
warnAboutDeprecatedOrUnknownCliArgs(
310310
{ ...parsed, _: positionalArguments },
311311
{
312-
warn: console.warn,
313-
exit: process.exit,
312+
warn: (msg) => console.warn(msg),
313+
exit: (status) => process.exit(status),
314314
}
315315
);
316316

0 commit comments

Comments
 (0)