fix TaskInteruptedError missing base class
This commit is contained in:
parent
73a667eeb4
commit
2fa279e3c1
@ -1,4 +1,4 @@
|
|||||||
export class TaskInteruptedError {
|
export class TaskInteruptedError extends Error {
|
||||||
constructor() { super('Task has been interupted.'); }
|
constructor() { super('Task has been interupted.'); }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user