Skip to content

Commit 7612e57

Browse files
committed
found missing await
Signed-off-by: Jeromy Cannon <[email protected]>
1 parent ea2f4f2 commit 7612e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/node.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export class NodeCommand extends BaseCommand {
286286
* @returns {Promise<void>}
287287
*/
288288
async close () {
289-
this.accountManager.close()
289+
await this.accountManager.close()
290290
if (this._portForwards) {
291291
for (const srv of this._portForwards) {
292292
await this.k8.stopPortForward(srv)

0 commit comments

Comments
 (0)