Skip to content

Commit d057239

Browse files
authored
默认启用详细日志输出 (#12)
1 parent c591f21 commit d057239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HMCL/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "java.h"
1414

1515
int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) {
16-
HLVerboseOutput = HLGetEnvVar(L"HMCL_LAUNCHER_VERBOSE_OUTPUT").value_or(L"") == L"true";
16+
HLVerboseOutput = HLGetEnvVar(L"HMCL_LAUNCHER_VERBOSE_OUTPUT").value_or(L"") != L"false";
1717

1818
LPCWSTR javaExecutableName;
1919
if (HLAttachConsole()) {

0 commit comments

Comments
 (0)