Skip to content

Commit

Permalink
fix(verbose): add context to the stamp verbose log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard committed Dec 18, 2019
1 parent 4b5969d commit fd22d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ function main(params, read = fs.readFileSync, write = mkdirpWrite, timestamp = D

const stamp = timestamp(origPath);

log("stamp: %s", stamp);
log("stamp: %s @ %s", execPath, stamp);

return `${execPath}?v=${stamp}`;
}
Expand Down

0 comments on commit fd22d90

Please sign in to comment.