feat: run failed to start notify

This commit is contained in:
karishmas6
2024-11-29 16:57:21 +05:30
parent e80a8be988
commit 07a14f5dac

View File

@@ -107,7 +107,7 @@ export const InterpretationButtons = ({ enableStepping }: InterpretationButtonsP
if (finished) {
notify('info', 'Run finished');
} else {
notify('error', 'Interpretation failed to start');
notify('error', 'Run failed to start');
}
}
};