electron-reactive-event-cli 1.0.57 → 1.0.58
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.
|
@@ -384,7 +384,7 @@ export async function Register() {
|
|
|
384
384
|
await WriteGeneratedEventRegistrarModule(Declarations, CliConfig);
|
|
385
385
|
};
|
|
386
386
|
const { Error } = await OraTask(WriteGeneratedTask, `Writing the auto-generated module to ${Code(CliConfig.outPath)}...`);
|
|
387
|
-
if (Error
|
|
387
|
+
if (Error !== undefined) {
|
|
388
388
|
console.error(`Failed to write the auto-generated module to ${Code(CliConfig.outPath)}! Exiting...`);
|
|
389
389
|
process.exit(1);
|
|
390
390
|
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"setup": "./Distribution/Setup/SetupCommand.js"
|
|
5
5
|
},
|
|
6
6
|
"name": "electron-reactive-event-cli",
|
|
7
|
-
"version": "1.0.
|
|
7
|
+
"version": "1.0.58",
|
|
8
8
|
"description": "Helper package to integrate electron-reactive-event in your Electron- and React-based app.",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"electron",
|