(err)
| 47 | } |
| 48 | |
| 49 | async encryptError(err) { |
| 50 | if (err.code == 'EDITOR_DIALOG_CANCEL') { |
| 51 | await this.removePeer('editorController'); |
| 52 | this.emit('mail-editor-close'); |
| 53 | return; |
| 54 | } |
| 55 | console.log('Error calling editor in encrypt controller', err); |
| 56 | } |
| 57 | } |
nothing calls this directly
no test coverage detected