Skip to content

Commit 8997b33

Browse files
committed
Turn on debug logging
1 parent 67658b9 commit 8997b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const webSocketSettings: ReconnectingWebSocket['_options'] = {
5252
maxReconnectionDelay: 7000,
5353
minReconnectionDelay: 500,
5454
maxRetries: maxReconnectionRetries,
55-
debug: true,
55+
debug: false,
5656
}
5757

5858
const extraTerminalAddons: { [key: string]: ITerminalAddon } = {};

0 commit comments

Comments
 (0)