PR feedback adressed

This commit is contained in:
Patrick Detlefsen 2015-10-20 19:25:03 +02:00
parent 6c4016af46
commit db3bc28937
4 changed files with 10 additions and 15 deletions

View file

@ -1,6 +1,6 @@
switch process.platform
when 'win32'
autoUpdater = require('./auto-updater/auto-updater-win')
autoUpdater = require './auto-updater/auto-updater-win'
else
# take the default binding for the current platform
autoUpdater = process.atomBinding('auto_updater').autoUpdater