From 4c4a0a7d4ce8f9841a5376b222a7a7b5791dff91 Mon Sep 17 00:00:00 2001 From: schwyf Date: Thu, 1 Oct 2020 18:51:56 +0800 Subject: [PATCH] ww --- src/util.storage.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util.storage.js b/src/util.storage.js index a2ee230..46be97c 100644 --- a/src/util.storage.js +++ b/src/util.storage.js @@ -5,7 +5,8 @@ class Storage { } catch (e) { const msg = 'Octotree cannot save its settings. ' + - 'If the local storage for this domain is full, please clean it up and try again.' + 'If the local storage for this domain is full, please clean it up and try again.' + console.error(msg, e) } if (cb) cb() -- Gitee