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 93028a4 commit c125b21Copy full SHA for c125b21
packages/core/src/awsService/sagemaker/commands.ts
@@ -205,12 +205,10 @@ export async function openRemoteConnect(
205
await tryRefreshNode(node)
206
const appType = node.spaceApp.SpaceSettingsSummary?.AppType
207
if (!appType) {
208
- throw new ToolkitError(
209
- 'AppType is undefined for the selected space. Cannot start remote connection.',
+ throw new ToolkitError('AppType is undefined for the selected space. Cannot start remote connection.',
210
{
211
code: 'undefinedAppType',
212
- }
213
- )
+ })
214
}
215
216
// Only start showing progress after instance type validation
0 commit comments