small improvements

  • document bun detection
  • use console.warn for debugging, because it sends msgs to stderr instead of stdout, this is the recommended way, its useful for example when debugging ipc apps so this script output doesn't get mixed with the user script stdout

Would be great if you bump this pkg in npm afterwards

Summary by CodeRabbit

  • Documentation

    • Updated the README to clarify that the tool runs the default export using either Node.js or Bun, depending on the detected JavaScript runtime.
  • Bug Fixes

    • Debug messages are now sent to standard error instead of standard output when debug mode is enabled.
Edited by Soapbot

Merge request reports

Loading