Skip to content
Snippets Groups Projects
  1. Jun 20, 2023
  2. May 17, 2023
  3. May 07, 2023
  4. Apr 26, 2023
  5. Apr 24, 2023
  6. Apr 19, 2023
  7. Apr 12, 2023
  8. Apr 05, 2023
  9. Mar 31, 2023
  10. Mar 28, 2023
  11. Mar 24, 2023
  12. Jan 23, 2023
  13. Jan 18, 2023
  14. Jan 09, 2023
  15. Dec 09, 2022
  16. Dec 07, 2022
  17. Dec 05, 2022
  18. Nov 24, 2022
    • Roman Azarenko's avatar
      quickjs: remove console.log calls in async-mqtt.js · b4a4dfea
      Roman Azarenko authored
      console.log outputs to stdout. This breaks CLI tools, which use stdout for outputting response JSON data.
      
      QuickJS doesn't support console.warn/console.error. Printing to stderr can be achieved with `std.err.puts()` or
      `std.err.printf()`.
      
      Alternatively, this kind of output should be put behind a verbose/debug flag.
  19. Nov 23, 2022
  20. Nov 22, 2022
  21. Nov 18, 2022
  22. Nov 15, 2022
  23. Nov 14, 2022
  24. Nov 08, 2022
  25. Oct 18, 2022
  26. Sep 12, 2022
  27. Sep 07, 2022
  28. Sep 01, 2022
Loading