chore(lint): format entry shim
This commit is contained in:
parent
6fdfe8ea73
commit
7de6e925aa
1 changed files with 2 additions and 2 deletions
|
|
@ -30,8 +30,8 @@ function ensureExperimentalWarningSuppressed(): void {
|
|||
process.execPath,
|
||||
[...process.execArgv, ...process.argv.slice(1)],
|
||||
{
|
||||
stdio: "inherit",
|
||||
env: process.env,
|
||||
stdio: "inherit",
|
||||
env: process.env,
|
||||
},
|
||||
);
|
||||
if (result.signal) process.exit(1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue