Skip to content

Commit

Permalink
tools: fix doc generation when version info is not available
Browse files Browse the repository at this point in the history
Fixes: #38391
  • Loading branch information
aduh95 committed Apr 25, 2021
1 parent 4f11b8b commit e82a98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/doc/generate.js
Expand Up @@ -43,7 +43,7 @@ let filename = null;
let nodeVersion = null;
let outputDir = null;
let apilinks = {};
let versions = {};
let versions = [];

async function main() {
for (const arg of args) {
Expand Down

0 comments on commit e82a98c

Please sign in to comment.