Skip to content

Commit b67c5c2

Browse files
committed
Silence Fraud's asm/interp.
1 parent bd04e6b commit b67c5c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/notes/fraud/asm/interp.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#:exists 'truncate
1414
(λ ()
1515
(asm-display a)))
16-
(system (format "(cd ~a && make -s ~a)" dir t.run))
16+
(system (format "(cd ~a && make -s ~a) 2>&1 >/dev/null" dir t.run))
1717
(delete-file t.s)
1818
(with-input-from-string
1919
(with-output-to-string

0 commit comments

Comments
 (0)