Skip to content

Commit

Permalink
fix(CLI): Ensure to support disableDeprecations setting
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed May 4, 2021
1 parent b7a113d commit da476ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Serverless.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ class Serverless {
this.pluginManager.externalPlugins,
{
providerName: this.service.provider.name,
configuration: this.configurationInput,
}
);
const resolveInput = require('./cli/resolve-input');
Expand Down

0 comments on commit da476ad

Please sign in to comment.