Commit 757a483
Eric Wheeler
cleanup: remove redundant save in abortTask
Removes the final `modifyClineMessages` call from `abortTask`.
This operation was redundant because all `clineMessages` mutations are already wrapped in atomic transactions, ensuring the on-disk state is always synchronized. This change simplifies the abort logic and avoids a superfluous file write.
Signed-off-by: Eric Wheeler <[email protected]>1 parent c27049d commit 757a483
1 file changed
+0
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1215 | 1215 | | |
1216 | 1216 | | |
1217 | 1217 | | |
1218 | | - | |
1219 | | - | |
1220 | | - | |
1221 | | - | |
1222 | | - | |
1223 | | - | |
1224 | | - | |
1225 | | - | |
1226 | 1218 | | |
1227 | 1219 | | |
1228 | 1220 | | |
| |||
0 commit comments