Skip to content

v1.2.2 fix debug log capture

Compare
Choose a tag to compare
@mpizenberg mpizenberg released this 18 Sep 17:12
· 38 commits to master since this release

This release introduces two changes:

  1. It fixes a bug in the capture of calls to Debug.log. Version 1.2 removed the end of line unintentionally when making things compatible with the Deno runtime. This restores the missing end of line.
  2. It adds a delimiter between different runs when detecting changes in --watch mode. That should improve visibility of where starts the output the latest run.