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 ef7524a commit 38aa73fCopy full SHA for 38aa73f
src/com/thelastcitadel/es/engine.clj
@@ -36,9 +36,7 @@
36
*out* o
37
*err* e
38
*ns* (find-ns 'com.thelastcitadel.es.core)]
39
- (println "=============com.thelastcitadel.es.engine==========")
40
- (println (pr-str (find-ns 'com.thelastcitadel.es.core)))
41
- (println "=============/com.thelastcitadel.es.engine==========")
+ (println "Invoke Script" script)
42
(eval (read-string (str "(binding [*ns* *ns*] (eval '(do " script " )))")))))
43
out (String. (.toByteArray out))]
44
(when-not (empty? out)
0 commit comments