Skip to content

Commit 9ed30cd

Browse files
committed
Fix the saw-remote-api build
1 parent 28cc62f commit 9ed30cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

saw-remote-api/src/SAWServer.hs

+3
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@ initialState readFileFn =
212212
, roInitWorkDir = cwd
213213
, roBasicSS = ss
214214
, roTheoremDB = db
215+
, roStackTrace = []
216+
, roSubshell = fail "SAW server does not support subshells."
217+
, roLocalEnv = []
215218
}
216219
rw = TopLevelRW
217220
{ rwValues = mempty

0 commit comments

Comments
 (0)