diff --git a/src/util.storage.js b/src/util.storage.js index a2ee2300482bd1ccce176edf481c97b6ef9fa0be..46be97cdabe165c72c0231df4271f272ccd8da2d 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()