Skip to content

Commit

Permalink
Merge pull request #9 from flowforge/shutdown
Browse files Browse the repository at this point in the history
Add shutdown hook
  • Loading branch information
hardillb authored Feb 10, 2022
2 parents 6ca151c + 1590963 commit d75203f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,5 +296,11 @@ module.exports = {
console.log('error:', err)
return { error: err }
}
},
/**
* Shutdown Driver
*/
shutdown: async () => {

}
}

0 comments on commit d75203f

Please sign in to comment.