We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7870d75 commit be6fae2Copy full SHA for be6fae2
src/gitwerk/service/runner.clj
@@ -34,7 +34,7 @@
34
:bindings (merge primitives/clj-primitives
35
{'ctx ctx
36
'prelude (fn [] prelude/default)})
37
- :preset :termination-safe
+ :deny '[loop recur trampoline]
38
:env env}
39
ret-fn (fn [status out]
40
{:status status
0 commit comments