We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be23012 commit 912b2feCopy full SHA for 912b2fe
lib/vscode/src/vs/server/node/protocol.ts
@@ -39,7 +39,7 @@ export class Protocol extends PersistentProtocol {
39
),
40
);
41
42
- this.logger = logger.named('protocol', field("token", this.options.reconnectionToken));
+ this.logger = logger.named('protocol', field('token', this.options.reconnectionToken));
43
}
44
45
public getUnderlyingSocket(): net.Socket {
0 commit comments