Skip to content

Commit 1e86a4c

Browse files
committed
Ooops
1 parent 4c9684f commit 1e86a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/scribe_server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ exports.run = function(emitter, port, host) {
7171
} catch (e1) {
7272
log.warn('scribe response error', {err: e1});
7373
}
74-
entries.forEach(processMsg.bind(null, emitter));
74+
entries.forEach(processMsg);
7575
return;
7676
}
7777
});

0 commit comments

Comments
 (0)