Skip to content

Commit

Permalink
chore: await destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Oct 4, 2024
1 parent cb762a5 commit f7b22f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class RunnableDevEnvironment extends DevEnvironment {
override async close(): Promise<void> {
await super.close()
if (this._runner) {
this._runner.destroy()
await this._runner.destroy()
}
}
}
Expand Down

0 comments on commit f7b22f5

Please sign in to comment.