mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2026-01-07 15:44:21 +01:00
feat: commit on web diff panel
test test test2 implement done bug fix
This commit is contained in:
@@ -363,6 +363,8 @@ const LayerImpl = Effect.gen(function* () {
|
||||
const currentProcess =
|
||||
yield* sessionProcessService.getSessionProcess(sessionProcessId);
|
||||
|
||||
currentProcess.def.abortController.abort();
|
||||
|
||||
yield* sessionProcessService.toCompletedState({
|
||||
sessionProcessId: currentProcess.def.sessionProcessId,
|
||||
error: new Error("Task aborted"),
|
||||
|
||||
Reference in New Issue
Block a user