mirror of
https://github.com/bitwarden/jslib
synced 2025-12-06 00:03:29 +00:00
Remove empty catch blocks, and update tslint rule (#513)
This commit is contained in:
@@ -468,7 +468,9 @@ export class LoginCommand {
|
||||
});
|
||||
foundPort = true;
|
||||
break;
|
||||
} catch { }
|
||||
} catch {
|
||||
// Ignore error since we run the same command up to 5 times.
|
||||
}
|
||||
}
|
||||
if (!foundPort) {
|
||||
reject();
|
||||
|
||||
Reference in New Issue
Block a user