Skip to content

Commit aabc132

Browse files
committed
stupid fix to make it work
1 parent 499ae5d commit aabc132

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ async function dostuff(datapack: Datapack, method: Method) {
385385
await files.forEach(async file_name => {
386386
const content = await datapack.zip.files[file_name].async("text");
387387
JSON.parse(content);
388+
final_value as number + 1;
388389
});
389390

390391
});

0 commit comments

Comments
 (0)