mirror of
https://github.com/bitwarden/jslib
synced 2025-12-15 15:53:51 +00:00
Remove empty catch blocks, and update tslint rule (#513)
This commit is contained in:
@@ -185,7 +185,9 @@ class Version {
|
||||
this.year = parts[0];
|
||||
this.month = parts[1];
|
||||
this.day = parts[2];
|
||||
} catch { }
|
||||
} catch {
|
||||
// Ignore error
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Compares two Azure Versions against each other
|
||||
|
||||
Reference in New Issue
Block a user