electron/shell
trop[bot] f6238586d4
fix: runtime JS error that crashes GetPackageJSON (#48424)
We overriden the `GetPackageJSON` in Node.js to let us read files
straight from the ASAR file instead of disk. The override works by
providing a JS method with the limitation that it should not throw a
runtime error. However, this invariant was accidentally violated by
`asar.splitPath` that sometimes contrary to its' TypeScript definition
returned `false`.

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Fedor Indutny <indutny@signal.org>
2025-10-03 19:03:18 +02:00
..
app fix: ensure snapshot is valid (#48102) 2025-08-18 14:37:21 -07:00
browser fix: add missed enum SaveRequestType to PdfViewerPrivate function (#48409) 2025-10-03 10:59:30 -05:00
common fix: runtime JS error that crashes GetPackageJSON (#48424) 2025-10-03 19:03:18 +02:00
renderer chore: bump chromium to 140.0.7339.2 (38-x-y) (#47985) 2025-08-11 16:01:08 -04:00
services/node fix: net.isOnline always true in utility processes (#48151) 2025-08-22 11:18:58 -04:00
utility fix: broken OOP window.print() on macOS/Linux (#45214) 2025-01-20 10:23:44 +01:00