chore(tauri): evita shell=true no stub para suprimir DEP0190
This commit is contained in:
parent
d76e9ed0cb
commit
153b05efc8
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ if (!process.env.TAURI_BUNDLE_TARGETS) {
|
|||
const executable = process.platform === "win32" ? "tauri.cmd" : "tauri"
|
||||
const child = spawn(executable, process.argv.slice(2), {
|
||||
stdio: "inherit",
|
||||
shell: process.platform === "win32",
|
||||
shell: false,
|
||||
})
|
||||
|
||||
child.on("exit", (code, signal) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue