Skip to content

Commit dce8d29

Browse files
aduh95targos
authored andcommitted
tools: fix doc generation when version info is not available
Fixes: #38391 PR-URL: #38398 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent 9a26513 commit dce8d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/doc/generate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ let filename = null;
4343
let nodeVersion = null;
4444
let outputDir = null;
4545
let apilinks = {};
46-
let versions = {};
46+
let versions = [];
4747

4848
async function main() {
4949
for (const arg of args) {

0 commit comments

Comments
 (0)