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