Skip to content

Commit

Permalink
fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Mar 4, 2025
1 parent 36c4526 commit ab7a387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/desktop/src/main/kotlin/TestTasks.kt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ object TestTasks {
logger.error { "sentryDsn is empty" }
exitProcess(1)
}
exitProcess(0)
}

"analytics-server" -> {
Expand All @@ -75,6 +76,7 @@ object TestTasks {
logger.error { "analyticsKey is empty" }
exitProcess(1)
}
exitProcess(0)
}

else -> {
Expand Down

0 comments on commit ab7a387

Please sign in to comment.