We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d30ab1b commit 06e3533Copy full SHA for 06e3533
raw/gulpfile.js
@@ -28,7 +28,7 @@ import gulpEsbuild from 'gulp-esbuild';
28
import stripJsonComments from 'strip-json-comments';
29
30
function getJSON(fileName) {
31
- return stripJsonComments(readFileSync(fileName, 'utf-8'));
+ return JSON.parse(stripJsonComments(readFileSync(fileName, 'utf-8')));
32
}
33
34
function get_mojang_dir() {
0 commit comments