mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-28 10:13:52 +00:00
feat(electronSecurity): update electron
This commit is contained in:
parent
7200fcbd70
commit
7fe4d63ea4
3 changed files with 458 additions and 297 deletions
749
package-lock.json
generated
749
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -176,8 +176,8 @@
|
|||
"conventional-changelog-cli": "^2.2.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"detect-it": "^4.0.1",
|
||||
"electron": "^25.9.0",
|
||||
"electron-builder": "24.6.4",
|
||||
"electron": "^28.0.0",
|
||||
"electron-builder": "24.9.1",
|
||||
"electron-builder-notarize": "^1.5.1",
|
||||
"eslint": "^8.23.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ export class GlobalErrorHandler implements ErrorHandler {
|
|||
@Inject(Injector) private injector: Injector,
|
||||
) {
|
||||
if (IS_ELECTRON) {
|
||||
this._electronLogger = this._electronService.remote.require('electron-log');
|
||||
// this._electronLogger = this._electronService.remote.require('electron-log');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue