Make OS.execute() blocking by default if not specified

This makes `OS.execute()` calls quicker to set up when calling programs
in a blocking fashion.
This commit is contained in:
Hugo Locurcio 2020-01-23 01:25:47 +01:00
parent 94d3bcbc9b
commit 90a1f8d8a7
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
8 changed files with 8 additions and 8 deletions

View file

@ -95,7 +95,7 @@
</argument>
<argument index="1" name="arguments" type="PoolStringArray">
</argument>
<argument index="2" name="blocking" type="bool">
<argument index="2" name="blocking" type="bool" default="true">
</argument>
<argument index="3" name="output" type="Array" default="[ ]">
</argument>