Bug 1367704 - Enable the semi ESLint rule across the tree. r=standard8
MozReview-Commit-ID: GrlcOI9K2hJ
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user