Skip to content

Commit

Permalink
Fix compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Aug 1, 2023
1 parent e541856 commit b7eb3d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/model/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import galilei.*, filesystemOptions.{createNonexistent, createNonexistentParents

import anticipation.*, fileApi.galileiApi
import rudiments.*
import ambience.*, environments.system
import ambience.*, environments.jvm, systemProperties.jvm
import digression.*
import gossamer.*
import gastronomy.*
Expand Down Expand Up @@ -60,6 +60,9 @@ object Installation:
case error: EnvironmentError =>
throw AppError(t"An expected JVM environment variable could not be accessed")

case error: SystemPropertyError =>
throw AppError(t"An expected JVM system property could not be accessed")

case error: IoError =>
throw AppError(t"An I/O error occurred")

Expand Down

0 comments on commit b7eb3d1

Please sign in to comment.