Open AzazelN28 opened 8 years ago
If you try to pass some arguments to electron using the args parameters doesn't work properly.
electron
args
const electron = require("electron-connect").server.create(); electron.start(["--api", "http://localhost:4444/api"], (procState) => { ... });
If you try to pass some arguments to
electron
using theargs
parameters doesn't work properly.