You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By leveraging the debug module, we add some useful information to the
JavaScript code, which could help you dignose the program when you are
debugging.
If you want to show all modules, please run:
>DEBUG=rclnodejs* node example/subscription-multiarray-example.js
Or if you just want to show a specific module, like the subscription,
run:
>DEBUG=rclnodejs:subscription node example/subscription-multiarray-example.js
Fix#53
0 commit comments