We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd04e6b commit b67c5c2Copy full SHA for b67c5c2
1 file changed
www/notes/fraud/asm/interp.rkt
@@ -13,7 +13,7 @@
13
#:exists 'truncate
14
(λ ()
15
(asm-display a)))
16
- (system (format "(cd ~a && make -s ~a)" dir t.run))
+ (system (format "(cd ~a && make -s ~a) 2>&1 >/dev/null" dir t.run))
17
(delete-file t.s)
18
(with-input-from-string
19
(with-output-to-string
0 commit comments