Fixed bug: There is nothing like console.notice.

This commit is contained in:
Thorsten Eckel 2018-02-23 08:41:36 +01:00
parent 8ed2bdd234
commit 5aa0d5b184

View file

@ -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