From 914f10cf2e0f48feb00c173833c916820cc30a4c Mon Sep 17 00:00:00 2001 From: Superstarxalien <ernesto_vallenilla@hotmail.com> Date: Sat, 15 Mar 2025 11:12:48 -0400 Subject: [PATCH] update json error message --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 7a41ea6..3f4903e 100644 --- a/src/main.c +++ b/src/main.c @@ -1228,7 +1228,7 @@ int main(int argc, char *argv[]) { SET_FILENAME("/properties.txt"); metadata = loadJSON(path); if (!metadata) { - printf("Properties file can't be opened or is malformed"); + printf("Properties file can't be opened or is malformed. Check for errors on your properties file."); PRESS_ENTER_TO_CLOSE(); return 1; } -- GitLab