We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b5a6a commit 8f56ed5Copy full SHA for 8f56ed5
1 file changed
packages/app/src/context/terminal.tsx
@@ -38,11 +38,7 @@ type TerminalCacheEntry = {
38
39
const caches = new Set<Map<string, TerminalCacheEntry>>()
40
41
-export function clearWorkspaceTerminals(
42
- dir: string,
43
- sessionIDs?: string[],
44
- platform?: Platform,
45
-) {
+export function clearWorkspaceTerminals(dir: string, sessionIDs?: string[], platform?: Platform) {
46
const key = getWorkspaceTerminalCacheKey(dir)
47
for (const cache of caches) {
48
const entry = cache.get(key)
0 commit comments