From b3bc415166ccfc969ff48cc657deef84a90e3a10 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sun, 6 Nov 2011 14:38:28 -0800 Subject: [PATCH] require.resolve all the things --- src/window.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.coffee b/src/window.coffee index af0c37b7d..67fa928c1 100644 --- a/src/window.coffee +++ b/src/window.coffee @@ -58,7 +58,7 @@ windowAdditions = loadKeyBindings: -> KeyBinder.load "#{@appRoot}/static/key-bindings.coffee" - if fs.isFile "~/.atomicity/key-bindings.coffee" + if fs.isFile require.resolve "~/.atomicity/key-bindings.coffee" KeyBinder.load "~/.atomicity/key-bindings.coffee" loadSettings: ->