Bug 1630792 - Fix prettier eslint failure.

This commit is contained in:
Cosmin Sabou 2021-04-22 05:08:45 +03:00
parent 154ab004a3
commit adcc90bb08

View File

@ -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