diff --git a/components/handler.js b/components/handler.js index 1e10eca..b8c8beb 100644 --- a/components/handler.js +++ b/components/handler.js @@ -513,7 +513,7 @@ class Handler { '--proxyPass', this.options.proxy.password ); - if(this.options.customLaunchArgs) args.concat(this.options.customLaunchArgs) + if(this.options.customLaunchArgs) this.options.customLaunchArgs.forEach(customArg => args = args.concat(customArg.split(' '))) this.client.emit('debug', '[MCLC]: Set launch options'); resolve(args); });