Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrong variable name in onError function (#470)
When the onError method of the btMsg object should log the body message, the function parameter is errorMsg, but the argument passed to the writeln function is eObj. The console will not log the error, because you are trying to access a property of a nonexistent object.
- Loading branch information