mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Set type to log for console.log forwarding
This commit is contained in:
@@ -7,7 +7,7 @@ console.warn = ->
|
||||
details: arguments
|
||||
console.log = ->
|
||||
self.postMessage
|
||||
type: 'warn'
|
||||
type: 'log'
|
||||
details: arguments
|
||||
|
||||
self.addEventListener 'message', (event) ->
|
||||
|
||||
Reference in New Issue
Block a user