Skip to content

Commit a43d4b1

Browse files
committed
dashboard: log replies
1 parent 1527c06 commit a43d4b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/dashboard/src/service/service.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ function testPublicAPI(service: any): void {
153153
timeoutMs: 7 * 60 * 1000,
154154
},
155155
)) {
156+
console.log("Reply: " + reply.reply);
156157
previousCount = reply.count;
157158
backoff = BASE_BACKOFF;
158159
}

0 commit comments

Comments
 (0)