Skip to content

Commit 373e8fe

Browse files
dcoricjescalada
andauthored
fix: added error log for failing cleanup
Adds an error log in case of failed DB cleanup Co-authored-by: Juan Escalada <97265671+jescalada@users.noreply.github.com> Signed-off-by: Denis Ćorić <denis85@gmail.com>
1 parent 193e734 commit 373e8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/git-proxy-cli/test/testCli.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ describe('test git-proxy-cli', function () {
614614
try {
615615
await helper.removeUserFromDb(uniqueUsername);
616616
} catch (error) {
617-
// Ignore cleanup errors
617+
console.error('Error cleaning up user', error);
618618
}
619619
}
620620
});

0 commit comments

Comments
 (0)