@fto-consult/expo-ui 7.5.3 → 7.5.4
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 +2 -2
- package/package.json +1 -1
package/bin/index.js
CHANGED
@@ -178,8 +178,8 @@ program.command('electron')
|
|
178
178
|
cmd = `npm exec --package=@electron-forge/cli -c "electron-forge import"`;
|
179
179
|
return exec({cmd,projectRoot:electronProjectRoot}).then(()=>{
|
180
180
|
console.log("package electron forge importé avec succèss");
|
181
|
-
})
|
182
|
-
}).catch(
|
181
|
+
});
|
182
|
+
}).catch(throwError);
|
183
183
|
|
184
184
|
} else {
|
185
185
|
const electronPackage = require(`${path.resolve(electronProjectRoot,'package.json')}`);
|