You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/core/jetbrains-community/tst/software/aws/toolkits/jetbrains/core/credentials/profiles/ProfileWatcherTest.kt
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,11 +65,13 @@ class ProfileWatcherTest {
65
65
profileFile.writeText("Test")
66
66
profileFile.parentFile.deleteRecursively()
67
67
}
68
-
} catch (e:Error) {
68
+
} catch (e:Throwable) {
69
69
if (e isAssertionFailedError) {
70
70
// suppress
71
71
} elseif (e.cause isIOException) {
72
72
throwAssumptionViolatedException("native file watcher is not executable; possibly an issue with intellij-platform-gradle-plugin", e)
0 commit comments