Skip to content

Commit

Permalink
Merge pull request #5291 from Tyriar/polish_2
Browse files Browse the repository at this point in the history
Make ProgressAddon.onChange non undefined
  • Loading branch information
Tyriar authored Jan 9, 2025
2 parents 6188f76 + c95ec71 commit d81b25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/addon-progress/typings/addon-progress.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ declare module '@xterm/addon-progress' {
/**
* An event that fires when the tracked progress changes.
*/
public readonly onChange: IEvent<IProgressState> | undefined;
public readonly onChange: IEvent<IProgressState>;

/**
* Gets or sets the current progress tracked by the addon. This can be used
Expand Down

0 comments on commit d81b25c

Please # to comment.