mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 05:38:01 +01:00
Fix storage bins.
This commit is contained in:
@@ -1783,7 +1783,7 @@ const liberator = (function () //{{{
|
||||
}
|
||||
if (liberator.storeErrors)
|
||||
{
|
||||
let errors = storage.newArray("errors", false);
|
||||
let errors = storage.newArray("errors", { store: false });
|
||||
errors.toString = function () [String(v[0]) + "\n" + v[1] for ([k, v] in this)].join("\n\n");
|
||||
errors.push([new Date, obj + obj.stack]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user