diff --git a/src/act.ts b/src/act.ts index 22f8dad..4f38968 100644 --- a/src/act.ts +++ b/src/act.ts @@ -528,8 +528,8 @@ export class Act { writeEmitter.fire(`${message.trimEnd()}\r\n`); historyTreeDataProvider.refresh(); - await this.storageManager.update(StorageKey.WorkspaceHistory, this.historyManager.workspaceHistory); } + await this.storageManager.update(StorageKey.WorkspaceHistory, this.historyManager.workspaceHistory); }; let shell = env.shell;