Skip to content

Commit c95ec71

Browse files
committed
Make ProgressAddon.onChange non undefined
Fixes #5288
1 parent 6188f76 commit c95ec71

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)