Skip to content

Commit 388dd11

Browse files
committed
typo in addListener
1 parent 0688a39 commit 388dd11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class Dashboard {
5151
top: "50%"
5252
});
5353

54-
this.eventPump.addListener("stderr", stdoutView.onEvent.bind(stderrView));
54+
this.eventPump.addListener("stderr", stderrView.onEvent.bind(stderrView));
5555

5656
const metrics = [MemoryView, CpuView, EventLoopView];
5757

0 commit comments

Comments
 (0)