Skip to content

Commit be6fae2

Browse files
committed
[patch] 🐛 Fix not to set realize-max for sci option
Signed-off-by: Rintaro Okamura <[email protected]>
1 parent 7870d75 commit be6fae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gitwerk/service/runner.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
:bindings (merge primitives/clj-primitives
3535
{'ctx ctx
3636
'prelude (fn [] prelude/default)})
37-
:preset :termination-safe
37+
:deny '[loop recur trampoline]
3838
:env env}
3939
ret-fn (fn [status out]
4040
{:status status

0 commit comments

Comments
 (0)