DEVTOOLS: CREATE_ENGINE: Print out error message on unsuccessful directory creation

This commit is contained in:
Eugene Sandulenko
2022-11-20 15:42:41 +01:00
parent 3079652bad
commit 79b4eff2d9
+1
View File
@@ -219,6 +219,7 @@ int main(int argc, char *argv[]) {
if (!createDirectory(folder)) {
printf("Could not create engine folder.\n");
perror(folder);
return 0;
}
printf("done\n");