Skip to content

Commit 2486ec8

Browse files
committed
Add missing logger argument in Entrypoint.swift
1 parent 969b992 commit 2486ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/wasmkit-gdb-tool/Entrypoint.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ struct Entrypoint: AsyncParsableCommand {
6262
// the closure as it will be invoked once per connection.
6363
try channel.pipeline.syncOperations.addHandlers([
6464
ByteToMessageHandler(GDBHostCommandDecoder(logger: logger)),
65-
MessageToByteHandler(GDBTargetResponseEncoder()),
65+
MessageToByteHandler(GDBTargetResponseEncoder(logger: logger)),
6666
])
6767
}
6868
}

0 commit comments

Comments
 (0)