switch statement coffee else instead of default
This commit is contained in:
parent
99f352228c
commit
7aa60baafb
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
switch process.platform
|
||||
when 'win32'
|
||||
autoUpdater = require('./auto-updater/auto-updater-win')
|
||||
default
|
||||
else
|
||||
# take the default binding for the current platform
|
||||
autoUpdater = process.atomBinding('auto_updater').autoUpdater
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue