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

Commit

Permalink
fix(scripts): add process.exit to populate script
Browse files Browse the repository at this point in the history
  • Loading branch information
philbooth committed Aug 19, 2016
1 parent c235696 commit 7820fdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/populate-session-tokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ if (count > 0) {
}
}).catch(function (err) {
log.error(err.stack || err.message || err)
process.exit()
})
} else {
throw new Error('Invalid argument')
Expand Down

0 comments on commit 7820fdc

Please sign in to comment.