diff --git a/lib/services/converter.dart b/lib/services/converter.dart index 1344836..24e88f9 100644 --- a/lib/services/converter.dart +++ b/lib/services/converter.dart @@ -49,7 +49,7 @@ class ConverterService { await shell.run(''' $ffmpegPath $command ''').then((result) { - debugPrint('Analyse result: ${result}'); + debugPrint('Analyse result: $result'); }); return shellLinesController.stream;