Skip to content

Commit 8f56ed5

Browse files
chore: generate
1 parent 81b5a6a commit 8f56ed5

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

packages/app/src/context/terminal.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ type TerminalCacheEntry = {
3838

3939
const caches = new Set<Map<string, TerminalCacheEntry>>()
4040

41-
export function clearWorkspaceTerminals(
42-
dir: string,
43-
sessionIDs?: string[],
44-
platform?: Platform,
45-
) {
41+
export function clearWorkspaceTerminals(dir: string, sessionIDs?: string[], platform?: Platform) {
4642
const key = getWorkspaceTerminalCacheKey(dir)
4743
for (const cache of caches) {
4844
const entry = cache.get(key)

0 commit comments

Comments
 (0)