We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdbd04 commit ebf0b08Copy full SHA for ebf0b08
2 files changed
commandLine/src/projects/VSCodeProject.cpp
@@ -47,7 +47,7 @@ struct fileJson {
47
data = json::parse(ifs);
48
} catch (json::parse_error& ex) {
49
ofLogError(VSCodeProject::LOG_NAME) << "JSON parse error at byte" << ex.byte;
50
-
+ ofLogError(VSCodeProject::LOG_NAME) << "fileName" << fileName;
51
}
52
53
commandLine/src/projects/baseProject.h
@@ -1,6 +1,6 @@
1
#pragma once
2
3
-#define PG_VERSION "32"
+#define PG_VERSION "33"
4
5
#include "ofAddon.h"
6
#include "ofFileUtils.h"
0 commit comments