Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2b3bfa0 committed Dec 6, 2022
1 parent 49dd4a4 commit b8092c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cml.js
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@ class CML {
const { files } = await git.status();
if (!files.length && globs.length) {
winston.warn('No files changed. Nothing to do.');
winston.warn([files, globs]);
return;
}

Expand Down

2 comments on commit b8092c3

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

Please sign in to comment.