diff --git a/src/task-bootstrap.coffee b/src/task-bootstrap.coffee index c8d7f74d2..ebb5cdc2b 100644 --- a/src/task-bootstrap.coffee +++ b/src/task-bootstrap.coffee @@ -45,8 +45,8 @@ setupDeprecations = -> Grim = require 'grim' Grim.on 'updated', -> deprecations = Grim.getDeprecations().map (deprecation) -> deprecation.serialize() - emit('task:deprecations', deprecations) Grim.clearDeprecations() + emit('task:deprecations', deprecations) setupGlobals() handleEvents()