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:
parent
94d3bcbc9b
commit
90a1f8d8a7
8 changed files with 8 additions and 8 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue