We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499ae5d commit aabc132Copy full SHA for aabc132
1 file changed
src/config.ts
@@ -385,6 +385,7 @@ async function dostuff(datapack: Datapack, method: Method) {
385
await files.forEach(async file_name => {
386
const content = await datapack.zip.files[file_name].async("text");
387
JSON.parse(content);
388
+ final_value as number + 1;
389
});
390
391
0 commit comments