File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,6 @@ module.exports = async function () {
94
94
logger . error ( `[launch on startup] ${ String ( err ) } ` )
95
95
96
96
if ( feedback ) {
97
- // @ts -ignore
98
97
recoverableErrorDialog ( err , {
99
98
title : i18n . t ( 'launchAtLoginFailed.title' ) ,
100
99
message : i18n . t ( 'launchAtLoginFailed.message' )
Original file line number Diff line number Diff line change @@ -61,9 +61,7 @@ module.exports = function runGarbageCollector () {
61
61
} )
62
62
logger . info ( '[run gc] success' )
63
63
} catch ( err ) {
64
- // @ts -ignore
65
- logger . error ( `[run gc] ${ err . stack } ` )
66
- // @ts -ignore
64
+ logger . error ( `[run gc] ${ err } ` )
67
65
recoverableErrorDialog ( err , {
68
66
title : i18n . t ( 'runGarbageCollectorErrored.title' ) ,
69
67
message : i18n . t ( 'runGarbageCollectorErrored.message' )
You can’t perform that action at this time.
0 commit comments