Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 5ad9287

Browse files
committed
build: i18n: revert spurious change
1 parent fd81e0d commit 5ad9287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3632,7 +3632,7 @@ Environment* CreateEnvironment(Isolate* isolate,
36323632

36333633

36343634
int Start(int argc, char** argv) {
3635-
const char* replaceInvalid = getenv("NODE_ISOLATEINVALID_UTF8");
3635+
const char* replaceInvalid = getenv("NODE_INVALID_UTF8");
36363636

36373637
if (replaceInvalid == NULL)
36383638
WRITE_UTF8_FLAGS |= String::REPLACE_INVALID_UTF8;

0 commit comments

Comments
 (0)