mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 03:55:18 +02:00
Format redacted arg lines
Pushing straight to main again.
This commit is contained in:
@@ -182,10 +182,13 @@ export class ChildProcess extends Process {
|
||||
},
|
||||
this.logger,
|
||||
)
|
||||
this.logger.debug("got message", field("message", {
|
||||
type: message.type,
|
||||
args: redactArgs(message.args),
|
||||
}))
|
||||
this.logger.debug(
|
||||
"got message",
|
||||
field("message", {
|
||||
type: message.type,
|
||||
args: redactArgs(message.args),
|
||||
}),
|
||||
)
|
||||
return message.args
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user