We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4faba commit 35f9111Copy full SHA for 35f9111
src/node.cc
@@ -4425,7 +4425,7 @@ void Init(int* argc,
4425
// If icu_data_dir is empty here, it will load the 'minimal' data.
4426
if (!i18n::InitializeICUDirectory(icu_data_dir)) {
4427
FatalError(nullptr, "Could not initialize ICU "
4428
- "(check NODE_ICU_DATA or --icu-data-dir parameters)");
+ "(check NODE_ICU_DATA or --icu-data-dir parameters)\n");
4429
}
4430
#endif
4431
// The const_cast doesn't violate conceptual const-ness. V8 doesn't modify
0 commit comments