mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-08-04 18:48:12 +00:00
hotfix: hard coded debug logic in shell spawn API
Some checks are pending
Some checks are pending
This commit is contained in:
parent
0bca6739a7
commit
d27731d0e6
3 changed files with 15 additions and 202 deletions
|
@ -169,8 +169,8 @@ export function constructShellApi(
|
|||
const onEvent = new Channel<CommandEvent<O>>()
|
||||
onEvent.onmessage = cb
|
||||
return invoke<number>("plugin:shellx|spawn", {
|
||||
program: "deno",
|
||||
args: ["run", "/Users/hk/Dev/kunkun/deno.ts"],
|
||||
program,
|
||||
args,
|
||||
options,
|
||||
onEvent
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue