if (hardware.max_apps && cpps.length > hardware.max_apps) {
console.log(`this target does not support more than ${hardwre.max_apps} apps`)
cpps.length = hardware.max_apps
}
hardwre should be hardware
I didn't check if this is resolved on dev or not yet, but figured better to put it somewhere than forget about it before I check.
lines 145-148 of
oopsy.js
hardwre
should behardware
I didn't check if this is resolved on
dev
or not yet, but figured better to put it somewhere than forget about it before I check.