Skip to content

Commit

Permalink
lazy debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd committed Oct 8, 2022
1 parent 79570f8 commit f11c8ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cml.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ class CML {
);
this.token = token || inferToken();
this.driver = driver || inferDriver({ repo: this.repo });
console.log('!!! VALUE !!!');
console.log(this.driver);
console.log('!!! VALUE !!!');
}

async revParse({ ref = 'HEAD' } = {}) {
Expand Down

2 comments on commit f11c8ae

@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

CML watermark

@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

CML watermark

Please sign in to comment.