fixed error

This commit is contained in:
APEX FIGHT
2026-01-16 10:34:31 -05:00
parent 924a3acd1e
commit 9eceeccbe8

View File

@@ -11,10 +11,10 @@ ServerEvents.recipes(e => {
for (let i of rec[k]){
try {
value.push(i.toString());
} catch {console.log(".");}
} catch (err) {console.log(".");}
}
} catch {console.log("unknown obj: " + JSON.stringify(rec[k]));}
} catch (err) {console.log("unknown obj: " + JSON.stringify(rec[k]));}