Skip to content

Commit

Permalink
fix(launcher): should keep exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
NateScarlet committed Jun 1, 2021
1 parent d9d7dfd commit 81c7555
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/launcher/launcher.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ if ($dialogResult) {
}
Start-Sleep 0.1
}
Exit $exitCode
}
else {
"Cancelled"
Expand Down

0 comments on commit 81c7555

Please sign in to comment.