This commit is contained in:
ALEXks
2025-06-04 13:55:37 +03:00
parent fca4f632e4
commit a7764847c4

View File

@@ -2662,7 +2662,7 @@ int main(int argc, char **argv)
printStackTrace();
printf("exception occurred\n");
FILE* outF = fopen((string(VISUALIZER_DATA_PATH) + "error_messages.json").c_str(), "w");
FILE* outF = fopen((string(VISUALIZER_DATA_PATH) + "/error_messages.json").c_str(), "w");
if (outF)
{
json byFileArray = json::array();