Skip to content

Commit

Permalink
update the formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
simbathesailor committed Jul 3, 2020
1 parent b84dc77 commit e3c6194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/useWhatChanged.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function useWhatChanged(
function postConsole() {
console.log('\n');
console.log(
`%c///// END /////`,
`%c///// END SECTION/////`,
`background: ${backgroundColorRef.current}; color: white; font-size: 10px`,
'\n'
);
Expand All @@ -104,7 +104,7 @@ function useWhatChanged(
}) {
if (isDevelopment) {
console.log(
`%c///// START /////`,
`%c///// START SECTION /////`,
`background: ${backgroundColorRef.current}; color: white; font-size: 10px`,
'\n'
);
Expand Down

0 comments on commit e3c6194

Please sign in to comment.