openfl / hxp

Write scripts in Haxe, and execute them on Windows, macOS or Linux
MIT License
58 stars 19 forks source link

Fix minor null pointer exception #19

Closed dpomier closed 4 years ago

dpomier commented 4 years ago

hxp.System.runCommand can receive null for the arg args, but wasn't checking that in case of error.