mirror of
https://github.com/lewismoten/data-over-audio.git
synced 2026-03-17 14:46:00 +08:00
let packer add the headers
This commit is contained in:
@@ -33,7 +33,7 @@ class MicrophonePanel extends BasePanel {
|
||||
})
|
||||
.catch(error => {
|
||||
this.error = error;
|
||||
console.log(error);
|
||||
console.error(error);
|
||||
this.setListening(false);
|
||||
this.disconnectStream();
|
||||
this.stopSampling();
|
||||
|
||||
Reference in New Issue
Block a user