Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Sep 16, 2017
1 parent c26b510 commit 84bca4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/lib/package-application.js
Expand Up @@ -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])
})
}

Expand Down

0 comments on commit 84bca4c

Please sign in to comment.