Created
October 20, 2022 15:43
-
-
Save bwasti/6ebf1d8af569a50b9ff7e43d2292d331 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
console.log("Oh no! bun hit an error\n") | |
const report = 'bun report blah blah blah' | |
const url = `https://duckduckgo.com/?q=${report}` | |
const str = '[click to upload report]' | |
console.log(`\u001b]8;;${url}\u001b\\${str}\u001b]8;;\u001b\\`) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment