Skip to content

Commit

Permalink
fix: await promise
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Sep 10, 2022
1 parent 33b856f commit 335993e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServerlessOffline.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default class ServerlessOffline {
async #startWithExplicitEnd() {
await this.start()
await this.#ready()
this.end()
await this.end()
}

async #listenForTermination() {
Expand Down

0 comments on commit 335993e

Please sign in to comment.