So these issues #3428 and #3409 and more are the main reasons i am making this.
Solution:
I want that flow can exit and ignore the errors on exit if happened.
Alternatives:
Maybe add an toggle?
Add a watcher process so that this process watches for errors and then confirms if this is a startup error, a plugin error, a Flow Launcher error (like everything not installed-error), or a Flow Launcher Exit-time error.
The watcher process only becomes super active on the startup, an execution of a important feature, like installation of plugins, read and write on disk, an exception (That's a very important one), and on flow launcher exit.
The watcher process can also be made to startup earlier than the flow executable itself.