Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Commit

Permalink
fix: stoppe le process après avoir généré les flux
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisromain committed Jan 14, 2020
1 parent 9cf8bb7 commit eb4a2da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions worker/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ async function run() {
await infosFileCreate(infos)
} catch (e) {
console.error(e)
} finally {
process.exit()
}
}

Expand Down

0 comments on commit eb4a2da

Please sign in to comment.