Skip to content

Commit 6c354ad

Browse files
fix: remove unnecessary merge of options
1 parent 4973ae3 commit 6c354ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/options.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class Options {
2525
private $staticConfig: Config.IStaticConfig,
2626
private $settingsService: ISettingsService) {
2727

28-
this.options = _.extend({}, this.commonOptions, this.options, this.globalOptions);
28+
this.options = _.extend({}, this.commonOptions, this.globalOptions);
2929
this.setArgv();
3030
}
3131

0 commit comments

Comments
 (0)