Skip to content
Snippets Groups Projects
Commit e2fe5cb0 authored by Andreia Gaita's avatar Andreia Gaita
Browse files

Fix issue where processes that error out would never finish

If a process can't find the executable to run or otherwise throws an exception on Start, then it will never run and will never "exit". The uncaught exception would just get caught by Unity and hidden away, and the tasks loop would just endlessly wait for the process to finish, and hang the whole thing.
parent dd48d0fb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment