-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
I'm getting these when I try to use the @method({}) decorator:
TypeError: Cannot read properties of undefined (reading 'value')
at /home/mikel/Workspace/<>/node_modules/dbus-next/lib/service/interface.js:158:40
at __decorate (/home/mikel/Workspace/<>/node_modules/tslib/tslib.js:99:114)
at file:///home/mikel/Workspace/<>/dist/index.js:189:1
at processTicksAndRejections (node:internal/process/task_queues:96:5)
node-dbus-next/lib/service/interface.js
Line 158 in b2a6b89
options.fn = descriptor.descriptor.value; |
Debugging with vscode shows me that descriptor is my Interface but descriptor.descriptor is undefined so it fails on that descriptor.descriptor.value
Metadata
Metadata
Assignees
Labels
No labels