lint
This commit is contained in:
parent
01a94eaecb
commit
535b86f05e
|
@ -482,9 +482,10 @@ export class PreferencesManager {
|
|||
os.alert({
|
||||
type: 'error',
|
||||
title: i18n.ts.somethingHappened,
|
||||
text: err,
|
||||
});
|
||||
|
||||
console.error(err);
|
||||
|
||||
return { enabled: false };
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue