diff --git a/src/app/window.coffee b/src/app/window.coffee index b4364401d..37febf467 100644 --- a/src/app/window.coffee +++ b/src/app/window.coffee @@ -34,7 +34,7 @@ window.setUpEnvironment = -> return if location[0] is '#' if location.indexOf('https://') is 0 or location.indexOf('http://') is 0 - require('child_process').spawn('open', [location]) if location + require('child_process').spawn('open', [location]) false keymap.bindDefaultKeys()