Skip to content

Commit

Permalink
wait for ros binaries before returning
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Flynn <evanflynn.msu@gmail.com>
  • Loading branch information
flynneva committed Aug 16, 2020
1 parent 9b20d90 commit 0f88b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup-ros-windows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ async function prepareRos2BinaryReleases() {
*/
export async function runWindows() {
await prepareRos2BuildEnvironment();
return prepareRos2BinaryReleases();
return await prepareRos2BinaryReleases();
}

0 comments on commit 0f88b86

Please sign in to comment.