Commit 3df82ac9 authored by Leo Iannacone's avatar Leo Iannacone

fix variable name

parent f364d1f8
......@@ -114,7 +114,7 @@ errors_handler = (from, err, socket) ->
else
msg = err
console.error from, msg
socket.emit config.events.error, message if socket
socket.emit config.events.error, msg if socket
return
Tail::watchEvent = (e) ->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment