Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Add process exit
Browse files Browse the repository at this point in the history
  • Loading branch information
hennessyevan committed Sep 9, 2019
1 parent 283ab27 commit 3076907
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/seed.ts
Expand Up @@ -58,5 +58,6 @@ export default class Seed extends Command {
}
]).run()
await mongoose.disconnect()
process.exit()
}
}

0 comments on commit 3076907

Please sign in to comment.