Skip to content

Commit ebf0b08

Browse files
authored
changes (#468)
1 parent ebdbd04 commit ebf0b08

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

commandLine/src/projects/VSCodeProject.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ struct fileJson {
4747
data = json::parse(ifs);
4848
} catch (json::parse_error& ex) {
4949
ofLogError(VSCodeProject::LOG_NAME) << "JSON parse error at byte" << ex.byte;
50-
50+
ofLogError(VSCodeProject::LOG_NAME) << "fileName" << fileName;
5151
}
5252
}
5353

commandLine/src/projects/baseProject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
#define PG_VERSION "32"
3+
#define PG_VERSION "33"
44

55
#include "ofAddon.h"
66
#include "ofFileUtils.h"

0 commit comments

Comments
 (0)