Added some purchased server functions

This commit is contained in:
Olivier Gagnon
2022-10-09 02:32:13 -04:00
parent 0fdf74ceeb
commit 5d4b72e1d1
8 changed files with 135 additions and 13 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ function parseOnlyRamCalculate(otherScripts: Script[], code: string): RamCalcula
ram += fnRam;
detailedCosts.push({ type: "fn", name: details?.refDetail ?? "", cost: fnRam });
} catch (error) {
console.log(error);
console.error(error);
continue;
}
}