ioBroker.javascript
ioBroker.javascript copied to clipboard
Script engine for JavaScript and Blockly
Script lässt sich nicht stoppen. hier wurde das Script gestoppt und wieder gestartet. Da gibt es schon die 1. Error-Meldung. ``` javascript.0 2022-08-18 17:36:47.136 info Start javascript script.js.Wetter.Wetter_to_FTP javascript.0 2022-08-18...
When I try to move scripts in iob-admin I get an permission denied error. I uses to work a couple of month ago. I dont know what I changed here...
I have some callback functions running. When restarting the script, those run until javascript-adapter is restarted. This behavior is also described here: [https://github.com/ioBroker/ioBroker.javascript/blob/master/docs/en/javascript.md](https://github.com/ioBroker/ioBroker.javascript/blob/master/docs/en/javascript.md) : _If in the script some modules...
left Script side  TAB script 
Is it possible to get the script directory (whole directory path) from the script within the hover tip:  With a lot scripts in different directories sometimes i have to...
Updates the requirements on [@sentry/integrations](https://github.com/getsentry/sentry-javascript) to permit the latest version. Release notes Sourced from @sentry/integrations's releases. 7.14.0 feat(nextjs): Add status to data-fetcher spans (#5777) feat(nextjs): Auto-wrap API routes (#5778) feat(nextjs):...
Updates the requirements on [@sentry/browser](https://github.com/getsentry/sentry-javascript) to permit the latest version. Release notes Sourced from @sentry/browser's releases. 7.14.0 feat(nextjs): Add status to data-fetcher spans (#5777) feat(nextjs): Auto-wrap API routes (#5778) feat(nextjs):...
Updates the requirements on [styled-components](https://github.com/styled-components/styled-components) to permit the latest version. Release notes Sourced from styled-components's releases. v5.3.6 What's Changed Fix statement on Ukraine by @Fer0x in styled-components/styled-components#3724 Fix/nonce in ssr...
Updates the requirements on [sass](https://github.com/sass/dart-sass) to permit the latest version. Release notes Sourced from sass's releases. Dart Sass 1.55.0 To install Sass 1.55.0, download one of the packages below and...
### Test 1 When running ``echo -n -e "\x41"`` with bash, everything works like expected. Output is ``A``. But if I use this script in JavaScript adapter (on the same...