Skip to content

Commit 05668da

Browse files
committed
fix: pass dap-server to ct/start-replay
1 parent efd42b6 commit 05668da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/index/traces.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ proc prepareForLoadingTrace*(traceId: int, pid: int) {.async.} =
140140
let packet = wrapJsonForSending js{
141141
"type": cstring"request",
142142
"command": cstring"ct/start-replay",
143-
"arguments": [cstring(dbBackendExe), cstring"dap-server"]
143+
"arguments": [cstring(dbBackendExe), cstring"dap-server"],
144144
}
145145
backendManagerSocket.write(packet)
146146

0 commit comments

Comments
 (0)