dbusjs / node-dbus-next

🚌 The next great dbus library for node
https://www.npmjs.com/package/dbus-next
156 stars 52 forks source link

Change argument order for add/remove match exist check #126

Closed ianchanning closed 4 months ago

ianchanning commented 4 months ago

Attempts to correct logic to intended behaviour. That is, check existing property match on this._matchRules instead of this._matchRules on match.

Copy of https://github.com/dbusjs/node-dbus-next/pull/110

ianchanning commented 4 months ago

Sorry - github defaulted to the original repo went I wanted to merge into personal fork