I can reproduce now, tracked here super_error does not work on windows · Issue #5142 · rescript-lang/rescript-compiler (github.com)
3 Likes
This is the screenshot of stacktrace on @JomoPipi 's machine.
(He reached the max number of replies for a new user and couldn’t sent screenshot here)
1 Like
This probably happens because of windows line endings. Issue is tracked.
Possible workaround is to use LF
line endings instead of CRLF
(you can set in your editor, in vscode you can find at bottom right or open commend palette and serach for “Change end of line sequence”)
1 Like
Changing the line endings to LF worked for the above issue on windows
4 Likes
Working on a fix for CRLF right now.
4 Likes