Externally notify that an error has occured during analysis
This commit is contained in:
parent
dccdd48cfc
commit
ac2b624eb2
1 changed files with 1 additions and 0 deletions
1
scripts/external/processor.js
vendored
1
scripts/external/processor.js
vendored
|
@ -23,6 +23,7 @@ export default class processor {
|
||||||
await this.product.analyze();
|
await this.product.analyze();
|
||||||
} catch(err) {
|
} catch(err) {
|
||||||
logging.error(err.name, err.message, err.stack, false);
|
logging.error(err.name, err.message, err.stack, false);
|
||||||
|
this.notify({"error": true});
|
||||||
};
|
};
|
||||||
|
|
||||||
// Indicate that the process is done.
|
// Indicate that the process is done.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue