Skip to content

Commit

Permalink
Fix the saw-remote-api build
Browse files Browse the repository at this point in the history
  • Loading branch information
robdockins committed Apr 22, 2022
1 parent 28cc62f commit 9ed30cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions saw-remote-api/src/SAWServer.hs
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,9 @@ initialState readFileFn =
, roInitWorkDir = cwd
, roBasicSS = ss
, roTheoremDB = db
, roStackTrace = []
, roSubshell = fail "SAW server does not support subshells."
, roLocalEnv = []
}
rw = TopLevelRW
{ rwValues = mempty
Expand Down

0 comments on commit 9ed30cd

Please sign in to comment.