Skip to content

Commit b89c27d

Browse files
BridgeARaddaleax
authored andcommitted
tools: change var to const in ./doc/addon-verify
PR-URL: #13732 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
1 parent 199e905 commit b89c27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tools/doc/addon-verify.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ ${files[name].replace('Release', "' + common.buildType + '")}
9494
fs.mkdir(dir,function(){
9595
// Ignore errors
9696

97-
vardone=once(ondone);
97+
constdone=once(ondone);
9898
varwaiting=files.length;
9999
files.forEach(function(file){
100100
fs.writeFile(file.path,file.content,function(err){

0 commit comments

Comments
(0)