mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fix whitespace
This commit is contained in:
@@ -123,8 +123,8 @@ function getAppName () {
|
||||
function runPackager (options) {
|
||||
return electronPackager(options)
|
||||
.then(packageOutputDirPaths => {
|
||||
assert(packageOutputDirPaths.length === 1, 'Generated more than one electron application!')
|
||||
return renamePackagedAppDir(packageOutputDirPaths[0])
|
||||
assert(packageOutputDirPaths.length === 1, 'Generated more than one electron application!')
|
||||
return renamePackagedAppDir(packageOutputDirPaths[0])
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user