fix catch block indentation
This commit is contained in:
@@ -108,8 +108,7 @@ export default class VectorBasePlatform extends BasePlatform {
|
||||
if (window.chrome) {
|
||||
doUpdate();
|
||||
}
|
||||
}
|
||||
catch (e) {
|
||||
} catch (e) {
|
||||
console.warn(`Failed to set badge count: ${e.message}`);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user