Set error text when failure to fly
This commit is contained in:
parent
357a2bdfcc
commit
10ff6f1c11
@ -147,6 +147,7 @@ export class Manager extends EventEmitter {
|
|||||||
}
|
}
|
||||||
catch (ex) {
|
catch (ex) {
|
||||||
next.changeState(CANCELED);
|
next.changeState(CANCELED);
|
||||||
|
next.error = ex.toString();
|
||||||
console.error(ex.toString(), ex);
|
console.error(ex.toString(), ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user