fix: pass threadId in restart sentinel
This commit is contained in:
@@ -87,7 +87,7 @@ export async function scheduleRestartSentinelWake(params: { deps: CliDeps }) {
|
|||||||
deliver: true,
|
deliver: true,
|
||||||
bestEffortDeliver: true,
|
bestEffortDeliver: true,
|
||||||
messageChannel: channel,
|
messageChannel: channel,
|
||||||
replyToId: threadId,
|
threadId,
|
||||||
},
|
},
|
||||||
defaultRuntime,
|
defaultRuntime,
|
||||||
params.deps,
|
params.deps,
|
||||||
|
|||||||
Reference in New Issue
Block a user