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
The solution is to avoid manually calling process.exit or to call it after stdout is flushed.
However, I now intend not to fix it this way.
Considering the maintenance costs, I'll directly compile the original clangFormat.cpp, which will ensure full support for the original CLI features.
Refs: nodejs/node#54994
When the source files are large, the outputs will be incomplete, like
env.cc
(81K) ornode_contextify.cc
(69K).The text was updated successfully, but these errors were encountered: