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
TypeError: Cannot read property 'match' of undefined at /usr/local/lib/node_modules/@iobroker/dev-server/dist/index.js:398:59 at Array.find (<anonymous>) at DevServer.waitForNodeChildProcess (/usr/local/lib/node_modules/@iobroker/dev-server/dist/index.js:398:37) at processTicksAndRejections (node:internal/process/task_queues:93:5) at async DevServer.startAdapterDebug (/usr/local/lib/node_modules/@iobroker/dev-server/dist/index.js:391:27) at async DevServer.debug (/usr/local/lib/node_modules/@iobroker/dev-server/dist/index.js:170:9) at async Object.handler (/usr/local/lib/node_modules/@iobroker/dev-server/dist/index.js:86:28)
On my MacOS with nodejs v15.5.1, the object looks like this:
Disabled license info dialog at first start-up (#10)
Fixed issue on MacOS about "COMMAND" property (#11)
Fixed issue where error output from parcel (or tsc) would kill the application
dev-server/src/index.ts
Line 472 in 138c1a6
TypeError: Cannot read property 'match' of undefined at /usr/local/lib/node_modules/@iobroker/dev-server/dist/index.js:398:59 at Array.find (<anonymous>) at DevServer.waitForNodeChildProcess (/usr/local/lib/node_modules/@iobroker/dev-server/dist/index.js:398:37) at processTicksAndRejections (node:internal/process/task_queues:93:5) at async DevServer.startAdapterDebug (/usr/local/lib/node_modules/@iobroker/dev-server/dist/index.js:391:27) at async DevServer.debug (/usr/local/lib/node_modules/@iobroker/dev-server/dist/index.js:170:9) at async Object.handler (/usr/local/lib/node_modules/@iobroker/dev-server/dist/index.js:86:28)
On my MacOS with nodejs v15.5.1, the object looks like this:
[ { PPID: '65302', PID: '65304', STAT: 'S+', COMM: '/usr/local/Cellar/node/15.5.1/bin/node' } ]
The text was updated successfully, but these errors were encountered: