Reloading page in dev mode doesn't work
eagletmt opened this issue · 0 comments
eagletmt commented
Reloading page is enabled while developing Bdash.
https://github.com/bdash-app/bdash/blob/v1.10.2/src/main/menu.ts#L23
However it doesn't seem to be working in my environment (Windows).
I ran git-bisect and find that d12058a is suspicious.
It seems the callback of setImmediate
isn't called when reloaded.
https://github.com/bdash-app/bdash/blob/v1.10.2/static/index.html#L23