File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/core/src/awsService/sagemaker Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -174,14 +174,14 @@ export async function prepareDevEnvConnection(
174174 const logFileLocation = path . join ( ctx . globalStorageUri . fsPath , 'hyperpod-connection.log' )
175175 const decodedWsUrl =
176176 wsUrl
177- ?. replace ( / & a m p ; / g, '&' )
178- . replace ( / & # 3 9 ; / g, "'" )
179- . replace ( / & q u o t ; / g, '" ' ) || ''
177+ ?. replace ( / & # 3 9 ; / g, "'" )
178+ . replace ( / & q u o t ; / g, '"' )
179+ . replace ( / & a m p ; / g, '& ' ) || ''
180180 const decodedToken =
181181 token
182- ?. replace ( / & a m p ; / g, '&' )
183- . replace ( / & # 3 9 ; / g, "'" )
184- . replace ( / & q u o t ; / g, '" ' ) || ''
182+ ?. replace ( / & # 3 9 ; / g, "'" )
183+ . replace ( / & q u o t ; / g, '"' )
184+ . replace ( / & a m p ; / g, '& ' ) || ''
185185 const region = decodedWsUrl ? extractRegionFromStreamUrl ( decodedWsUrl ) : ''
186186
187187 const hyperPodEnv : NodeJS . ProcessEnv = {
You can’t perform that action at this time.
0 commit comments