How to system beep?
#11189
Replies: 1 comment 2 replies
-
This worked for me: $ deno
Deno 1.11.2
exit using ctrl+d or close()
> console.log('\x07')
undefined |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice if it was a real system beep and not a sound file
already tried:
console.log('\007')
andDeno.stdout.write('\x07')
and... not even a pip :-(Beta Was this translation helpful? Give feedback.
All reactions