mirror of
https://github.com/atom/atom.git
synced 2026-02-02 18:55:17 -05:00
Forward console.log to NSLog in browser process
This commit is contained in:
@@ -2,6 +2,10 @@ fs = require 'fs'
|
||||
path = require 'path'
|
||||
delegate = require 'atom_delegate'
|
||||
optimist = require 'optimist'
|
||||
nslog = require('nslog')
|
||||
|
||||
console.log = (args...) -> nslog(args.join(" "))
|
||||
|
||||
require 'coffee-script'
|
||||
|
||||
atomApplication = null
|
||||
|
||||
Reference in New Issue
Block a user