Commit 46d4821
committed
fix(integrations): await the deploy inside the await-using scope
Returning the bare promise let Deployer's asyncDispose run before the
deploy settled, tearing down the wallet and any auto proof-server
container while proving was still in flight.1 parent f688392 commit 46d4821
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
0 commit comments