Skip to content

Commit

Permalink
tools: change var to const in ./doc/addon-verify
Browse files Browse the repository at this point in the history
PR-URL: nodejs#13732
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
  • Loading branch information
BridgeAR authored and refack committed Jul 2, 2017
1 parent 4dff05f commit bce27c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/doc/addon-verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ${files[name].replace('Release', "' + common.buildType + '")}
fs.mkdir(dir, function() {
// Ignore errors

var done = once(ondone);
const done = once(ondone);
var waiting = files.length;
files.forEach(function(file) {
fs.writeFile(file.path, file.content, function(err) {
Expand Down

0 comments on commit bce27c2

Please sign in to comment.