mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:50:43 +00:00
fix: hide bundled runtime npm windows
This commit is contained in:
@@ -817,6 +817,7 @@ export function runBundledPluginPostinstall(params = {}) {
|
||||
encoding: "utf8",
|
||||
env: npmRunner.env ?? installEnv,
|
||||
stdio: "pipe",
|
||||
windowsHide: true,
|
||||
shell: npmRunner.shell,
|
||||
windowsVerbatimArguments: npmRunner.windowsVerbatimArguments,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user