Skip to content

Commit a2a9248

Browse files
committed
throw exception
1 parent 8b5ab3a commit a2a9248

File tree

1 file changed

+1
-1
lines changed
  • plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/credentials

1 file changed

+1
-1
lines changed

plugins/core/jetbrains-community/src/software/aws/toolkits/jetbrains/core/credentials/ToolkitAuthManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ fun maybeReauthProviderIfNeeded(
350350
project
351351
)
352352
}
353-
return false// throw here?
353+
throw e
354354
}
355355
else -> { return false }
356356
}

0 commit comments

Comments
 (0)