Fixed bug: There is nothing like console.notice.
This commit is contained in:
parent
8ed2bdd234
commit
5aa0d5b184
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ class Model extends Module
|
||||||
if !@constructor.irecords[@id]
|
if !@constructor.irecords[@id]
|
||||||
model = @constructor.className
|
model = @constructor.className
|
||||||
atts_json = JSON.stringify(atts)
|
atts_json = JSON.stringify(atts)
|
||||||
console.notice "Can't refresh not exisint %s instance with ID %s and attributes %s. Possible race condition?", model, @id, atts_json
|
console.log "Can't refresh not exisint %s instance with ID %s and attributes %s. Possible race condition?", model, @id, atts_json
|
||||||
# prevent exception
|
# prevent exception
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue