You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Notice that any command raises the same error as above.
The text was updated successfully, but these errors were encountered: