lib/html/source/javascripts/websocket.coffee in flammarion-0.1.11 vs lib/html/source/javascripts/websocket.coffee in flammarion-0.1.12
- old
+ new
@@ -29,9 +29,10 @@
console.log msg
console.error("No such action: #{data.action}")
catch error
console.log msg
console.error error
+ console.error error.stack
@status = new StatusDisplay(this, $('#status > .right'))
send: (data) ->
@ws.send JSON.stringify(data)