📝 Add missing period

This commit is contained in:
Kevin Sawicki 2015-12-15 16:47:19 -08:00
parent d44a9d1fcc
commit 67c0de36a3

View file

@ -56,7 +56,7 @@ deprecate.event = (emitter, oldName, newName, fn) ->
deprecate.warn = (oldName, newName) ->
deprecate.log "#{oldName} is deprecated. Use #{newName} instead."
# Print deprecation message
# Print deprecation message.
deprecate.log = (message) ->
if process.throwDeprecation
throw new Error(message)