Skip to content

Fix spawn_async callback

Chuang Zhu requested to merge chuang/blackbox:fix-spawn-callback into main

From what we observed on Nixpkgs, the arrow function inside spawn_async seems to be out of scope before it's called. This makes the tab title to be "tab 1" on launch and confirm closing dialog not working. Changing it back to a named function fixes this.

2023-07-25T16_57_01_021797810+08_00

Merge request reports