SQFvm / runtime

Custom implementation of the Arma script language SQF
GNU Lesser General Public License v3.0
98 stars 29 forks source link

[BUG] Passing a non-existent file as --input-pbo results in that file being created #215

Open DarkWanderer opened 1 year ago

DarkWanderer commented 1 year ago

Describe the bug Running SQFVM.exe with --input-pbo pointed at non-existent file results in file being created by that path

To Reproduce

sqfvm.exe --input-pbo non-existing.pbo

Result:

>dir
non-existing.pbo

Expected behavior No file being created