fix printer
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user