mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix BDC mount status error message string (#12870)
This commit is contained in:
@@ -264,7 +264,7 @@ export class ClusterController implements IClusterController {
|
|||||||
return await this.withConnectRetry<MountStatusResponse>(
|
return await this.withConnectRetry<MountStatusResponse>(
|
||||||
this.getMountStatusImpl,
|
this.getMountStatusImpl,
|
||||||
promptConnect,
|
promptConnect,
|
||||||
localize('bdc.error.mountHdfs', "Error creating mount"),
|
localize('bdc.error.statusHdfs', "Error getting mount status"),
|
||||||
mountPath);
|
mountPath);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user