-
Notifications
You must be signed in to change notification settings - Fork 471
Closed
Description
I usually use the ./node_module/.bin/bsrefmt
in order to automatically reformat the files without relying on any IDE plugin. But the last BS version 7.2.0-dev3 seems to be broken:
bsrefmt --in-place `find . -name *.re`
Will raise
Error happened when running command /.../node_modules/bs-platform/lib/refmt.exe with args [
'--in-place',
'./node_modules/relude/__tests__/Relude_Result_test.re',
'./node_modules/relude/__tests__/Relude_Debounce_test.re',
...
]
Notice that any command raises the same error as above.
Metadata
Metadata
Assignees
Labels
No labels