Skip to content

Commit 2c672e2

Browse files
roshan04Karan Nagpal
authored andcommitted
handled async stop req
1 parent 53b096a commit 2c672e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/helpers/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1019,8 +1019,8 @@ exports.stopBrowserStackBuild = async (bsConfig, args, buildId, rawArgs) => {
10191019
that.sendUsageReport(bsConfig, args, message, messageType, errorCode, null, rawArgs);
10201020
}
10211021
}
1022+
resolve();
10221023
});
1023-
resolve();
10241024
});
10251025
}
10261026

0 commit comments

Comments
 (0)