From 01131c1d90e4a6add9b4ace525b8c10f934234dd Mon Sep 17 00:00:00 2001 From: Michael Rogers Date: Thu, 1 Jun 2023 10:04:45 -0500 Subject: [PATCH] Comment width --- .../operatorStatus/operatorStatus/OperatorStatus.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/plugins/operatorStatus/operatorStatus/OperatorStatus.vue b/src/plugins/operatorStatus/operatorStatus/OperatorStatus.vue index b19c845910..5c0a7d99a5 100644 --- a/src/plugins/operatorStatus/operatorStatus/OperatorStatus.vue +++ b/src/plugins/operatorStatus/operatorStatus/OperatorStatus.vue @@ -244,10 +244,10 @@ export default { this.roleChannel.postMessage(role); } catch (e) { /** FIXME: there doesn't seem to be a reliable way to test for open/closed - * status of a broadcast channel; channel.name exists even after the channel - * is closed. Failure to update the subscribed tabs, should not block the - * focused tab's selection and so it is caught here. An error will often be - * thrown if the dialog remains open during HMR. + * status of a broadcast channel; channel.name exists even after the + * channel is closed. Failure to update the subscribed tabs, should + * not block the focused tab's selection and so it is caught here. + * An error will often be thrown if the dialog remains open during HMR. **/ }