@fto-consult/expo-ui 7.4.15 → 7.4.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/index.js +1 -0
- package/package.json +1 -1
package/bin/index.js
CHANGED
@@ -103,6 +103,7 @@ program.command('electron')
|
|
103
103
|
const indexFile = path.resolve(buildOutDir,"index.html");
|
104
104
|
const webBuildDir = path.resolve(projectRoot,"web-build");
|
105
105
|
const packagePath = path.resolve(projectRoot,"package.json");
|
106
|
+
let cmd = undefined;
|
106
107
|
const start = x=>{
|
107
108
|
return new Promise((resolve,reject)=>{
|
108
109
|
cmd = `electron "${electronProjectRoot}"${url? ` url="${url}"`:''}`;
|