mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
💄
This commit is contained in:
@@ -2,8 +2,8 @@ fs = require 'fs'
|
||||
path = require 'path'
|
||||
delegate = require 'atom_delegate'
|
||||
optimist = require 'optimist'
|
||||
nslog = require('nslog')
|
||||
AtomApplication = require('./atom-application')
|
||||
nslog = require 'nslog'
|
||||
AtomApplication = require './atom-application'
|
||||
|
||||
console.log = (args...) ->
|
||||
nslog(args.map((arg) -> JSON.stringify(arg)).join(" "))
|
||||
|
||||
Reference in New Issue
Block a user