fix: ensure app load is limited to real asar files when appropriate (#39788)

This commit is contained in:
Samuel Attard
2023-09-11 11:51:14 -07:00
committed by GitHub
parent ac040bf734
commit 16aec702b4
4 changed files with 20 additions and 1 deletions

View File

@@ -254,6 +254,7 @@ declare namespace NodeJS {
// Additional properties
_firstFileName?: string;
_serviceStartupScript: string;
_getOrCreateArchive?: (path: string) => NodeJS.AsarArchive | null;
helperExecPath: string;
mainModule?: NodeJS.Module | undefined;