Skip to content

Commit 4a29f18

Browse files
committed
added missing semicolon
1 parent d4e9712 commit 4a29f18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/providers/execInTerminalProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function activateExecInTerminalProvider(): vscode.Disposable[] {
1313
if (terminal === closedTermina) {
1414
terminal = null;
1515
}
16-
}))
16+
}));
1717
return disposables;
1818
}
1919

0 commit comments

Comments
 (0)