From 42e458ad690c207116e589b20d3fc921272d73e9 Mon Sep 17 00:00:00 2001 From: tophf Date: Sat, 9 Dec 2017 23:27:40 +0300 Subject: [PATCH] saved.name is absent when checking in manager --- background/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background/update.js b/background/update.js index 945db534..724a69de 100644 --- a/background/update.js +++ b/background/update.js @@ -66,7 +66,7 @@ var updater = { function reportSuccess(saved) { observer(updater.UPDATED, saved); - updater.log(updater.UPDATED + ` #${saved.id} ${saved.name}`); + updater.log(updater.UPDATED + ` #${style.id} ${style.name}`); } function reportFailure(err) {