mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Merge pull request #5291 from Tyriar/polish_2
Make ProgressAddon.onChange non undefined
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user