Skip to content

Commit 909a714

Browse files
author
Swapnil Tailor
committed
Fix: syntax error
1 parent 4e556c4 commit 909a714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stomp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ function _setupListeners(stomp) {
167167
socket.on('timeout', function() {
168168
log.debug('socket timed out');
169169
stomp.emit("timeout");
170-
}
170+
});
171171

172172
socket.on('error', function(error) {
173173
log.error(error.stack + 'error name: ' + error.name);

0 commit comments

Comments
 (0)