recorder: whitespace

master
Rob Pilling 2025-04-23 08:28:21 +01:00
parent 2db2bff31f
commit dbe1886274
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@
},
run: function() {
const recorder = require("recorder");
recorder.setRecording(!recorder.isRecording(), { force: "append" }).then(() => this.emit("redraw"));
return true; // buzz
recorder.setRecording(!recorder.isRecording(), { force: "append" }).then(() => this.emit("redraw"));
return true; // buzz
},
show: function() {},
hide: function() {},