Skip to content

Commit

Permalink
Update workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 15, 2024
1 parent 73a3912 commit d50e811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc/request.new.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ function regRequest (method, where, what, etag, nofollow, reauthed, cb_) {
var self = this
operation.attempt(function (currentAttempt) {
console.log('we are here 1');
self.log.info('HELLO');
self.log.info("XX trying", "registry request attempt " + currentAttempt
+ " at " + (new Date()).toLocaleTimeString())
makeRequest.call(self, method, remote, where, what, etag, nofollow, token
Expand Down

0 comments on commit d50e811

Please sign in to comment.