atampy25 / simple-mod-framework

GNU Lesser General Public License v3.0
53 stars 37 forks source link

Fails to deploy #748

Closed Trixiethepossum closed 1 week ago

Trixiethepossum commented 1 week ago

This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: TypeError: Cannot read properties of undefined (reading 'startChild') at deploy (C:\snapshot\simple-mod-framework\compiled\deploy.js) at doTheThing (C:\snapshot\simple-mod-framework\compiled\main.js)

atampy25 commented 1 week ago

Should be fixed in the latest update.

Trixiethepossum commented 1 week ago

Should be fixed in the latest update.

just grabbed the update, same issue

https://hastebin.com/share/uweducafiv

INFO Invalidating cache This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason: TypeError: Cannot read properties of undefined (reading 'startChild') at deploy (C:\snapshot\simple-mod-framework\compiled\deploy.js) at doTheThing (C:\snapshot\simple-mod-framework\compiled\main.js)

atampy25 commented 1 week ago

Try re-downloading the framework

Trixiethepossum commented 1 week ago

Try re-downloading the framework

a full wipe and reunpack fixed it, thanks for your help