Sho Sato
Sho Sato
I had same issue when I "pkg" a nodejs app using carlo. Though I don't know why, but I changed `app.serveFolder(__dirname);` to `app.serveFolder('.');`, then this error disappeared.
I added this code, and chrome closes and node process exits, but I don't know why. chrome side: ``` window.onbeforeunload = exit; ``` nodejs side: ``` await app.exposeFunction('exit', () =>...
@FranklinYu I wrote this code, and checked preserve log option on chrome and pressed f5 to reflesh. I thought `beforeunload` event of `window` emits but `document` doesn't emit. `addEventListener` is...
I found this is caused by the python's zipfile module. I could view channels of non ascii (Japanese) name by following steps. 1. get tmp directory by starting with test...