electron-connect icon indicating copy to clipboard operation
electron-connect copied to clipboard

Fixes the args parameter

Open AzazelN28 opened this issue 8 years ago • 0 comments

If you try to pass some arguments to electron using the args parameters doesn't work properly.

const electron = require("electron-connect").server.create();
electron.start(["--api", "http://localhost:4444/api"], (procState) => { ... });

AzazelN28 avatar Nov 15 '16 14:11 AzazelN28