We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0688a39 commit 388dd11Copy full SHA for 388dd11
lib/dashboard.js
@@ -51,7 +51,7 @@ class Dashboard {
51
top: "50%"
52
});
53
54
- this.eventPump.addListener("stderr", stdoutView.onEvent.bind(stderrView));
+ this.eventPump.addListener("stderr", stderrView.onEvent.bind(stderrView));
55
56
const metrics = [MemoryView, CpuView, EventLoopView];
57
0 commit comments