Skip to content

Commit ed79c7c

Browse files
authored
Update index.js
1 parent f4de1fb commit ed79c7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@ class S3Adapter {
114114
this._hasBucket = true;
115115
} catch (error) {
116116
if (error.name === 'BucketAlreadyOwnedByYou') { this._hasBucket = true; }
117-
else { throw error; }
117+
else {
118+
throw error;
119+
}
118120
}
119121
}
120122

0 commit comments

Comments
 (0)