Bug 1367704 - Enable the semi ESLint rule across the tree. r=standard8

MozReview-Commit-ID: GrlcOI9K2hJ
This commit is contained in:
Dan Banner
2017-05-28 19:57:46 +01:00
parent e8a98aa108
commit 503979c95a
104 changed files with 197 additions and 216 deletions

View File

@@ -372,7 +372,7 @@ Bookmarks.prototype = {
}
await this._migrateFolder(this._favoritesFolder, folderGuid);
})().then(() => aCallback(true),
e => { Cu.reportError(e); aCallback(false) });
e => { Cu.reportError(e); aCallback(false); });
},
async _migrateFolder(aSourceFolder, aDestFolderGuid) {