Skip to content

Commit 4e02c58

Browse files
test
Signed-off-by: nkomonen-amazon <[email protected]>
1 parent 77db9cc commit 4e02c58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/test/setupUtil.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ export function registerAuthHook(secret: string, lambdaId = process.env['AUTH_UT
223223

224224
const openStub = patchObject(vscode.env, 'openExternal', async (target) => {
225225
try {
226+
throw new Error(`Auth URL: ${target.toString(true)}`)
226227
const url = new URL(target.toString(true))
227228

228229
// A `#` was added in to the URL path and broke the parsing, so we need to drop the '#'

0 commit comments

Comments
 (0)