Skip to content

Commit d81b25c

Browse files
authored
Merge pull request #5291 from Tyriar/polish_2
Make ProgressAddon.onChange non undefined
2 parents 6188f76 + c95ec71 commit d81b25c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/addon-progress/typings/addon-progress.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ declare module '@xterm/addon-progress' {
3131
/**
3232
* An event that fires when the tracked progress changes.
3333
*/
34-
public readonly onChange: IEvent<IProgressState> | undefined;
34+
public readonly onChange: IEvent<IProgressState>;
3535

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

0 commit comments

Comments
 (0)