mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix typo in default bookmarks error handler
This commit is contained in:
parent
62823c12b2
commit
a655e55c97
@ -93,7 +93,7 @@ BrowserStartup.prototype = {
|
||||
jsonStr = converter.convertFromByteArray(aResult, aResult.length);
|
||||
|
||||
PlacesUtils.restoreBookmarksFromJSONString(jsonStr, true);
|
||||
} catch (ex) {
|
||||
} catch (err) {
|
||||
Cu.reportError("Failed to parse default bookmarks from bookmarks.json: " + err);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user