mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
Bug 1630792 - Fix prettier eslint failure.
This commit is contained in:
parent
154ab004a3
commit
adcc90bb08
@ -432,7 +432,9 @@ BookmarksEngine.prototype = {
|
||||
throw ex;
|
||||
}
|
||||
if (ex.name == "MergeConflictError") {
|
||||
this._log.warn("Bookmark syncing ran into a merge conflict error...will retry later");
|
||||
this._log.warn(
|
||||
"Bookmark syncing ran into a merge conflict error...will retry later"
|
||||
);
|
||||
return;
|
||||
}
|
||||
// Run Places maintenance periodically to try to recover from corruption
|
||||
|
Loading…
x
Reference in New Issue
Block a user