Idris2/tests/node/fix1839/run
Stefan Höck 2465418610
[ fix ] fix #1839 (#1857)
* [ fix ] fix #1839

* [ test ] console width 0 in test
2021-08-24 15:43:22 +01:00

5 lines
159 B
Plaintext

rm -rf build
$1 --cg node --no-banner --no-color --console-width 0 OS.idr < input
$1 --cg javascript --no-banner --no-color --console-width 0 -o os.js OS.idr