Skip to content
Snippets Groups Projects
  1. Oct 03, 2023
  2. Sep 26, 2023
  3. Aug 03, 2023
  4. Aug 02, 2023
  5. Jul 31, 2023
  6. Jun 20, 2023
  7. May 17, 2023
  8. May 07, 2023
  9. Apr 26, 2023
  10. Apr 24, 2023
  11. Apr 19, 2023
  12. Apr 12, 2023
  13. Apr 05, 2023
  14. Mar 31, 2023
  15. Mar 28, 2023
  16. Mar 24, 2023
  17. Jan 23, 2023
  18. Jan 18, 2023
  19. Jan 09, 2023
  20. Dec 09, 2022
  21. Dec 07, 2022
  22. Dec 05, 2022
  23. 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.
      b4a4dfea
  24. Nov 23, 2022
  25. Nov 22, 2022
  26. Nov 18, 2022
  27. Nov 15, 2022
  28. Nov 14, 2022
Loading