mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Come Correct with requires
This commit is contained in:
committed by
Kevin Sawicki
parent
629717caea
commit
e8a4867ff7
@@ -21,7 +21,7 @@ class AutoUpdateManager
|
||||
|
||||
setupAutoUpdater: ->
|
||||
if process.platform is 'win32'
|
||||
autoUpdater = require 'auto-updater-win32'
|
||||
autoUpdater = require 'browser/auto-updater-win32'
|
||||
else
|
||||
autoUpdater = require 'auto-updater'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user