let packer add the headers

This commit is contained in:
Lewis Moten
2024-05-14 16:08:23 -04:00
parent f32380a301
commit da7feaf09e
6 changed files with 124 additions and 98 deletions

View File

@@ -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();