mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-09 05:19:32 +08:00
chore(lint): format entry shim
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user