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
This issue is still present in the current beta version of this adapter
There is no other (open) issue with the same topic (use the search!)
This issue is not described in the adapter documentation / FAQ (read the docs!)
Script type
Typescript
The problem
Bei einem Fehler oder Warnung wird die Zeile des transpilierten Codes ausgegeben und nicht die aus der TS Datei, dass macht das finden von Fehlern etwas anspruchsvoller.
Script
let obj:any = {};
log(obj.state.val)
log:
javascript.2 09:10:42.455 error script.js.Test.Skript_type_1: script.js.Test.Skript_type_1:4
javascript.2 09:10:42.456 error at script.js.Test.Skript_type_1:4:15
I'm sure that
Script type
Typescript
The problem
Bei einem Fehler oder Warnung wird die Zeile des transpilierten Codes ausgegeben und nicht die aus der TS Datei, dass macht das finden von Fehlern etwas anspruchsvoller.
Script
log:
Logausgabe im "großen" Log:
iobroker.current.log (in debug mode!)
No response
Version of nodejs
v20.18.1
Version of ioBroker js-controller
7.0.6
Version of adapter
v8.8.3
The text was updated successfully, but these errors were encountered: