Skip to content

Adding error handling to readWithBuffer function#32

Open
AndreHrs wants to merge 1 commit into
caobo171:masterfrom
AndreHrs:minor-exception-handling-fix
Open

Adding error handling to readWithBuffer function#32
AndreHrs wants to merge 1 commit into
caobo171:masterfrom
AndreHrs:minor-exception-handling-fix

Conversation

@AndreHrs
Copy link
Copy Markdown

When machine does not have logs data stored (Mine was ZKTeco K20),
This library will cease to function (not throwing exception and just failed)
The original code tried to decode header which was empty or trying to access commandId from empty object

I just added exception handling to readWithBuffer function so it will reject the promise and does not stop the whole code from running.

-- Additional Comment --
Also, sorry for the lint
I forgot to disable the lint on save function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant