Skip to content

Commit

Permalink
Tweak whitespace in tasks/release.js to comply with js-standard
Browse files Browse the repository at this point in the history
The rest of tasks/release.js is formatted according to js-standard,
and this prevents the only two linting errors in the project
that appear when using js-standard style.
  • Loading branch information
JanCVanB committed Nov 3, 2016
1 parent 3c44174 commit da16622
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions template/tasks/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ function pack () {
pack.on('exit', code => build())
}


/**
* Use electron-packager to build electron app
*/
Expand All @@ -29,7 +28,7 @@ function build () {

console.log('\x1b[34mBuilding electron app(s)...\n\x1b[0m')
packager(options, (err, appPaths) => {
if(err) {
if (err) {
console.error('\x1b[31mError from `electron-packager` when building app...\x1b[0m')
console.error(err)
} else {
Expand Down

0 comments on commit da16622

Please sign in to comment.