Skip to content

Commit 19e4ba4

Browse files
committed
Cleanup shell scripts on shutdown
1 parent 2a690b6 commit 19e4ba4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/interceptors/terminal/fresh-terminal-interceptor.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ export class FreshTerminalInterceptor implements Interceptor {
266266
await Promise.all(
267267
Object.keys(terminals).map((proxyPort) => this.deactivate(proxyPort))
268268
);
269-
}
270269

270+
await resetShellStartupScripts();
271+
}
271272
}

0 commit comments

Comments
 (0)