From 0f5c68971cea445a61575d465a1c450f9d1a295e Mon Sep 17 00:00:00 2001 From: Corey Johnson & Kevin Sawicki Date: Wed, 29 May 2013 14:43:57 -0700 Subject: [PATCH] :lipstick: --- src/main.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.coffee b/src/main.coffee index 801c37ecd..bee9f30bf 100644 --- a/src/main.coffee +++ b/src/main.coffee @@ -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(" "))