Upgrade Electron to 28.1.5
Co-authored-by: Fedor Indutny <238531+indutny@users.noreply.github.com>
This commit is contained in:
@@ -286,7 +286,6 @@ if (!process.mas) {
|
||||
});
|
||||
}
|
||||
}
|
||||
/* eslint-enable no-console */
|
||||
|
||||
let sqlInitTimeStart = 0;
|
||||
let sqlInitTimeEnd = 0;
|
||||
@@ -501,7 +500,7 @@ async function prepareFileUrl(
|
||||
options: PrepareUrlOptions = {}
|
||||
): Promise<string> {
|
||||
const filePath = join(...pathSegments);
|
||||
const fileUrl = pathToFileURL(filePath);
|
||||
const fileUrl = pathToFileURL(filePath) as URL;
|
||||
return prepareUrl(fileUrl, options);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user