Skip to content

Commit

Permalink
fix(#408): Refresh inquirer-cli on port change
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Aug 10, 2022
1 parent 0db25ce commit e5eb666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/plugin-inquirer-cli/src/Cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ class Cli {
this._optionLog.onChange(this._onChangeOptionLog);
this._optionCollection.onChange(this._refreshMenuIfStarted);
this._optionDelay.onChange(this._refreshMenuIfStarted);
this._optionPort.onChange(this._refreshMenuIfStarted);
this._optionHost.onChange(this._refreshMenuIfStarted);
this._optionWatch.onChange(this._refreshMenuIfStarted);
this._optionEmojis.onChange(this._onChangeOptionEmojis);
Expand Down

0 comments on commit e5eb666

Please sign in to comment.