We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e19a54 commit fc3a771Copy full SHA for fc3a771
front_end/ui/legacy/components/utils/TargetDetachedDialog.ts
@@ -51,7 +51,7 @@ export class TargetDetachedDialog extends SDK.SDKModel.SDKModel<void> implements
51
return null;
52
}
53
54
- if (connectionLostDetails.code === "1011" && connectionLostDetails.reason?.includes('[UREGISTERED_DEVICE]')) {
+ if (connectionLostDetails.code === "1011" && connectionLostDetails.reason?.includes('[UNREGISTERED_DEVICE]')) {
55
return i18nString(UIStrings.websocketDisconnectedUnregisteredDevice);
56
57
0 commit comments