Skip to content

Commit

Permalink
Reverted change for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dkirchan committed Mar 27, 2024
1 parent 74a3ccb commit b97d8f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ async function createSecurityProject(
};
} catch (error) {
if (error instanceof AxiosError) {
console.log(`${error.response?.status}:${JSON.stringify(error.response?.data)}`);
log.error(`${error.response?.status}:${error.response?.data}`);
} else {
log.error(`${error.message}`);
}
Expand Down

0 comments on commit b97d8f4

Please sign in to comment.