Skip to content

Commit 0c68411

Browse files
committed
chore: add help message
1 parent 638ec75 commit 0c68411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pl/PreLoader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ void setup() {
135135
}
136136
loadPreloadNativePlugins();
137137
if (!loadLeviLamina()) {
138-
Error("Fail to load LeviLamina. Exiting...");
138+
Error("Failed to load LeviLamina. Please check your vcredist is up to date. Exiting...");
139139
exit(1);
140140
}
141141
}

0 commit comments

Comments
 (0)