Externally notify that an error has occured during analysis

This commit is contained in:
buzz-lightsnack-2007 2024-05-04 10:41:39 +08:00
parent dccdd48cfc
commit ac2b624eb2

View file

@ -23,6 +23,7 @@ export default class processor {
await this.product.analyze();
} catch(err) {
logging.error(err.name, err.message, err.stack, false);
this.notify({"error": true});
};
// Indicate that the process is done.