Skip to content

Commit 912b2fe

Browse files
committed
fixup! Improve protocol class
1 parent be23012 commit 912b2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/vscode/src/vs/server/node/protocol.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class Protocol extends PersistentProtocol {
3939
),
4040
);
4141

42-
this.logger = logger.named('protocol', field("token", this.options.reconnectionToken));
42+
this.logger = logger.named('protocol', field('token', this.options.reconnectionToken));
4343
}
4444

4545
public getUnderlyingSocket(): net.Socket {

0 commit comments

Comments
 (0)