diff --git a/app/lib/storage.coffee b/app/lib/storage.coffee index 78ea56111..21e8d59a9 100644 --- a/app/lib/storage.coffee +++ b/app/lib/storage.coffee @@ -5,7 +5,7 @@ module.exports.load = (key) -> value = JSON.parse(s) return value catch SyntaxError - console.warning('error loading from storage', key) + console.warn('error loading from storage', key) return null module.exports.save = (key, value) ->