backout c084008baf54 for busting home panel add-ons (bug 1178703)
This commit is contained in:
@@ -251,7 +251,7 @@ function removeSnippet(snippetId) {
|
||||
function writeStat(snippetId, timestamp) {
|
||||
let data = gEncoder.encode(snippetId + "," + timestamp + ";");
|
||||
|
||||
Task.spawn(function* () {
|
||||
Task.spawn(function() {
|
||||
try {
|
||||
let file = yield OS.File.open(gStatsPath, { append: true, write: true });
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user