Skip to content

Commit

Permalink
Deprecation message needs since + for
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Sep 9, 2021
1 parent 53795a1 commit 8be5cb2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion addon/resolvers/classic/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,12 @@ const Resolver = EmberObject.extend({
'Attempted to lookup "'+moduleName+'" which ' +
'was not found. Please rename "'+partializedModuleName+'" '+
'to "'+moduleName+'" instead.', false,
{ id: 'ember-resolver.underscored-modules', until: '3.0.0' });
{
id: 'ember-resolver.underscored-modules',
until: '3.0.0',
for: 'ember-resolver',
since: '0.1.0'
});

return partializedModuleName;
}
Expand Down

0 comments on commit 8be5cb2

Please sign in to comment.