diff --git a/strange_eons_to_arkhamdb.js b/strange_eons_to_arkhamdb.js index 8183286..ad6f454 100644 --- a/strange_eons_to_arkhamdb.js +++ b/strange_eons_to_arkhamdb.js @@ -281,7 +281,7 @@ cards.sort(function (a, b) { }); const file = new File(Eons.getOpenProject().getFile(), pack_code + '.json'); printf("Writing '%s'\n", file); -ProjectUtilities.writeTextFile​(file, JSON.stringify(cards, null, 4)); +ProjectUtilities.writeTextFile(file, JSON.stringify(cards, null, 4)); println("Done!"); Eons.getOpenProject().synchronize();