mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 03:14:07 +08:00
update files
This commit is contained in:
parent
32ae3adceb
commit
194867d5b8
@ -36,7 +36,7 @@ function fixIndent(data){
|
|||||||
|
|
||||||
module.exports = function (Terminal){
|
module.exports = function (Terminal){
|
||||||
Terminal.prototype.bell = function (){
|
Terminal.prototype.bell = function (){
|
||||||
var snd = new Audio("bell.wav"); // buffers automatically when created
|
var snd = new Audio('bell.wav'); // buffers automatically when created
|
||||||
|
|
||||||
snd.play();
|
snd.play();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user