Added --customLaunchArgs options (#40)

* Added --customLaunchArgs options - #39

* Fixed Typo

Co-authored-by: Pierce <spammermuch@gmail.com>
This commit is contained in:
Corentin Grall 2020-04-07 15:36:06 +02:00 committed by GitHub
parent c35332a8e5
commit 1c6cc01682
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -514,7 +514,7 @@ class Handler {
'--proxyPass',
this.options.proxy.password
);
if(this.options.customLaunchArgs) args.concat(this.options.customArgs)
this.client.emit('debug', '[MCLC]: Set launch options');
resolve(args);
});