pulsar/script
DeeDeeG f21824e730 script: Use process.exit() in renaming script
Gets rid of a lot of if-else that made the code harder to follow.

This should be pretty safe and unproblematic in a standalone script
like this, versus some more complex or nested Node process scenario,
or scenarios with async input/output that might be ongoing
when the process.exit() is handled.

Also, update some of the code comments a bit.

Co-authored-by: Andrew Dupont <github@andrewdupont.net>
2023-08-29 22:48:43 -04:00
..
rolling-release-scripts Use special token instead of action permissions 2023-08-28 20:42:30 -07:00
.npmrc build: add npmrc with Nodejs target versions 2022-07-04 16:14:56 -07:00
electron-builder.js Handle PATH, InstallLocation, and ATOM_HOME 2023-06-20 21:46:58 -07:00
generate-metadata-for-builder.js fixed unloaded README from core packages 2022-10-23 21:30:49 +02:00
license-overrides.js Reformat all JS files using prettier 2019-05-31 18:33:56 +02:00
mac-bundle-document-types.js Replace incorrect spellings of 'macOS' with the correct one 2023-01-19 18:54:05 +01:00
mac-notarise.js implement signing (monterey, xcode 14) 2023-02-15 17:57:27 -08:00
post-install.sh script: Check ppm symlink, not its target 2023-01-06 22:41:42 -05:00
post-uninstall.sh script: Clean up pulsar and ppm on uninstall 2023-01-04 15:47:11 -05:00
rename.js script: Use process.exit() in renaming script 2023-08-29 22:48:43 -04:00
run-package-tests.js Refactored retry on its own file 2023-01-04 22:03:17 -03:00
run-tests.js Run again if renderer process crashed 2023-01-05 13:57:35 -03:00