Skip to content

Commit bab4690

Browse files
committed
test: Temporary debug log
1 parent a6d8805 commit bab4690

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ async function deleteTable({ dynamodb, name }) {
111111
})
112112
.promise();
113113
} catch (error) {
114+
console.log('AWS remove error', error);
114115
if (error.code !== 'ResourceNotFoundException') {
115116
throw error;
116117
}

0 commit comments

Comments
 (0)