From d1f799a487333a90411c612c4b14e1691e7b257f Mon Sep 17 00:00:00 2001 From: Aliaksei Chapyzhenka Date: Sun, 26 Sep 2021 10:37:13 -0700 Subject: [PATCH] support Windows EOL --- bin/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build.js b/bin/build.js index 2ccf470..db38882 100755 --- a/bin/build.js +++ b/bin/build.js @@ -223,7 +223,7 @@ const generate = cb => { .skipTo(enddefinitions); simulation - .match([' ', '\n', '\t', '$dumpvars', '$end'], simulation) + .match([' ', '\r', '\n', '\t', '$dumpvars', '$end'], simulation) .select(cmd('$dumpall $dumpoff $dumpon $comment'), p.invoke(p.code.store('command'), commandSpan.start(inSimulation))) .select(cmd('#'),