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