Skip to content

Commit 227e5b3

Browse files
Update packages/server/lib/cloud/studio/StudioLifecycleManager.ts
1 parent 84ff857 commit 227e5b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/server/lib/cloud/studio/StudioLifecycleManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ export class StudioLifecycleManager {
188188
if (!process.env.CYPRESS_LOCAL_STUDIO_PATH) {
189189
// The studio hash is the last part of the studio URL, after the last slash and before the extension
190190
const studioHash = studioSession.studioUrl.split('/').pop()?.split('.')[0] as string
191+
191192
studioPath = path.join(os.tmpdir(), 'cypress', 'studio', studioHash)
192193

193194
// Store the current studio hash so that we can clear the cache entry when retrying

0 commit comments

Comments
 (0)