Miscellaneous bug fixes

This commit is contained in:
LoveEevee
2018-12-13 12:18:52 +03:00
parent f726ecdd7b
commit 5f4048315d
16 changed files with 145 additions and 93 deletions

View File

@@ -10,7 +10,7 @@ addEventListener("error", function(err){
function errorMessage(stack){
localStorage["lastError"] = JSON.stringify({
timestamp: +new Date,
timestamp: Date.now(),
stack: stack
})
}