Skip to content

Commit 9cb7908

Browse files
committed
checks ignore JSON sources
1 parent 3325b9e commit 9cb7908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/mcmanifest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,7 @@ export class TSConfigFile extends FILE {
17471747
const modules = MODDABLE + tool.slash + "modules" + tool.slash;
17481748
const build = MODDABLE + tool.slash + "build" + tool.slash;
17491749
const node = tool.slash + "node_modules" + tool.slash;
1750-
return sources.filter(item => !item.source.startsWith(modules) && !item.source.startsWith(build) && !item.source.includes(node));
1750+
return sources.filter(item => !item.source.startsWith(modules) && !item.source.startsWith(build) && !item.source.includes(node) && !item.source.endsWith(".json"));
17511751
}
17521752
}
17531753

0 commit comments

Comments
 (0)