Refine error message in App.tsx

This commit is contained in:
2026-04-15 07:27:36 +02:00
parent e6028bafc9
commit 259a3805c5

View File

@@ -4498,7 +4498,7 @@ export function App({ store, initialStatusMessage }: AppProps) {
if (effectOption === null) {
throw new Error(
"This control target does not expose a sequencer-editable effect in the current slice."
"This target does not expose any direct sequencer effects in the current slice."
);
}