Set type to log for console.log forwarding

This commit is contained in:
Kevin Sawicki
2013-01-24 12:06:42 -08:00
parent 8c4a21ee5d
commit 3dd11c6c0f

View File

@@ -7,7 +7,7 @@ console.warn = ->
details: arguments
console.log = ->
self.postMessage
type: 'warn'
type: 'log'
details: arguments
self.addEventListener 'message', (event) ->