fix printer

This commit is contained in:
Efril
2026-05-24 00:59:02 +07:00
parent a0610459bf
commit c7ed45a374
8 changed files with 251 additions and 23 deletions
@@ -674,6 +674,7 @@ class PrinterRepository implements IPrinterRepository {
if (printResult.isLeft()) return printResult.map((_) => unit);
log('Finished printed receipt', name: _logName);
log('Printer Size: ', name: printer.paper);
return right(unit);
} catch (e, stackTrace) {