improve warning

pull/1255/head
Mikael Finstad 3 years ago
parent be6a2627ae
commit aacfe02d49
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -1358,6 +1358,7 @@ const App = memo(() => {
notices.push(i18n.t('Unprocessable streams were exported as separate files.'));
} catch (err) {
console.error('Extra stream export failed', err);
warnings.push(i18n.t('Unable to export unprocessable streams.'));
}
}

Loading…
Cancel
Save