Skip to content

Commit c923735

Browse files
committed
fix: don't keep runtime profile on restart
1 parent f76067c commit c923735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/stores/kernelApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ export const useKernelApiStore = defineStore('kernelApi', () => {
555555

556556
watch(needRestart, (v) => {
557557
if (v && appSettingsStore.app.autoRestartKernel) {
558-
restartCore()
558+
restartCore(undefined, false)
559559
}
560560
})
561561

0 commit comments

Comments
 (0)