Skip to content

Commit 8041af7

Browse files
committed
fix: lang var
1 parent b52b92c commit 8041af7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ const onLoad = async (targetDir, version, argv) => {
9797
});
9898
langChoice = customLang;
9999
}
100+
lang = langChoice;
100101
}
101102
try {
102103
const indexFile = targetDir + "/index.html";

0 commit comments

Comments
 (0)