Better error logging.
This commit is contained in:
parent
8b2eab632b
commit
6d306d55d8
@ -282,7 +282,7 @@ $.set = do ->
|
|||||||
items = {}
|
items = {}
|
||||||
localItems = {}
|
localItems = {}
|
||||||
catch err
|
catch err
|
||||||
c.error err
|
c.error err.stack
|
||||||
|
|
||||||
(key, val) ->
|
(key, val) ->
|
||||||
if typeof key is 'string'
|
if typeof key is 'string'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user