fix(sentry-2523): Console.warning is not a method

This commit is contained in:
Ben Gotow 2015-08-25 11:45:07 -07:00
parent 7019dd9595
commit 78c8b85558

View file

@ -342,7 +342,7 @@ class NylasAPI
type = jsons[0].object
name = @_apiObjectToClassnameMap[type]
if not name
console.warning("NylasAPI::handleModelResponse: Received unknown API object type: #{type}")
console.warn("NylasAPI::handleModelResponse: Received unknown API object type: #{type}")
return Promise.resolve([])
accepted = Promise.resolve(uniquedJSONs)