|
|
@@ -1618,7 +1618,7 @@ NOTE: At any point in time through this workflow you should feel free to ask the
|
|
|
const args = matchingInvocation?.args
|
|
|
|
|
|
const cwd = Instance.directory
|
|
|
- const shellEnv = await Plugin.trigger("shell.env", { cwd }, { env: {} })
|
|
|
+ const shellEnv = await Plugin.trigger("shell.env", { cwd, sessionID: input.sessionID, callID: part.callID }, { env: {} })
|
|
|
const proc = spawn(shell, args, {
|
|
|
cwd,
|
|
|
detached: process.platform !== "win32",
|