Fix whitespace

This commit is contained in:
Mark Lee
2017-07-03 13:34:07 -07:00
parent 1d0b39bf51
commit 8bcdeb15f4

View File

@@ -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])
})
}