feat: run finished notify
This commit is contained in:
@@ -105,7 +105,7 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP
|
|||||||
const finished = await interpretCurrentRecording();
|
const finished = await interpretCurrentRecording();
|
||||||
setInfo({ ...info, running: false });
|
setInfo({ ...info, running: false });
|
||||||
if (finished) {
|
if (finished) {
|
||||||
notify('info', 'Interpretation finished');
|
notify('info', 'Run finished');
|
||||||
} else {
|
} else {
|
||||||
notify('error', 'Interpretation failed to start');
|
notify('error', 'Interpretation failed to start');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user