Skip to content

Commit 0e22713

Browse files
committed
Add a comment
1 parent 0106469 commit 0e22713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-plugins/kmp-conventions/src/main/kotlin/aws/sdk/kotlin/gradle/kmp/ConfigureIosSimulator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public fun Project.configureIosSimulatorTasks() {
4040

4141
doLast {
4242
val result = executionResult.get()
43-
if (result.exitValue != 405) {
43+
if (result.exitValue != 405) { // ignore "simulator already shutdown" errors
4444
result.assertNormalExitValue()
4545
}
4646
}

0 commit comments

Comments
 (0)