Fixes: #142
I've changed all open::that with open::that_detached to make sure detaching is enforced.
I don't see a reason to have the browser window attached to the current fj process.
I've also added error handling with eyre (wrap_err) to the function call.
I've tested all the changes successfully with the current main branch.
Fixes: #142
I've changed all `open::that` with `open::that_detached` to make sure detaching is enforced.
I don't see a reason to have the browser window attached to the current `fj` process.
I've also added error handling with eyre (`wrap_err`) to the function call.
I've tested all the changes successfully with the current main branch.