Quramy / electron-connect

Livereload tool for Electron
https://www.npmjs.com/package/electron-connect
339 stars 54 forks source link

Fixes the args parameter #67

Open AzazelN28 opened 7 years ago

AzazelN28 commented 7 years ago

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) => { ... });