node-escpos / driver

🖨️ ESC/POS Printer driver for Node.js.
Other
287 stars 27 forks source link

fix: OfflineCauseStatus JSON always shows errors #47

Closed felipeguimaraes2 closed 1 year ago

felipeguimaraes2 commented 1 year ago

OfflineCauseStatus JSON always shows errors because the status is initialized with 'Status.Error' instead 'Status.Ok' in the loop.

changeset-bot[bot] commented 1 year ago

🦋 Changeset detected

Latest commit: 8f4c52f2842ce9ebd77060952e75d06114f5a189

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ----------------- | ----- | | @node-escpos/core | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

dohooo commented 1 year ago

THX, changeset please. 🍻

dohooo commented 1 year ago

I'll merge it when you add the changeset.