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 () {
9494 logger . error ( `[launch on startup] ${ String ( err ) } ` )
9595
9696 if ( feedback ) {
97- // @ts -ignore
9897 recoverableErrorDialog ( err , {
9998 title : i18n . t ( 'launchAtLoginFailed.title' ) ,
10099 message : i18n . t ( 'launchAtLoginFailed.message' )
Original file line number Diff line number Diff line change @@ -61,9 +61,7 @@ module.exports = function runGarbageCollector () {
6161 } )
6262 logger . info ( '[run gc] success' )
6363 } catch ( err ) {
64- // @ts -ignore
65- logger . error ( `[run gc] ${ err . stack } ` )
66- // @ts -ignore
64+ logger . error ( `[run gc] ${ err } ` )
6765 recoverableErrorDialog ( err , {
6866 title : i18n . t ( 'runGarbageCollectorErrored.title' ) ,
6967 message : i18n . t ( 'runGarbageCollectorErrored.message' )
You can’t perform that action at this time.
0 commit comments