mirror of
https://github.com/atom/atom.git
synced 2026-02-13 08:04:56 -05: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