v1.2.2 fix debug log capture
This release introduces two changes:
- 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. - 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.