Skip to content

Commit

Permalink
fix: issue with reading versions.js in doclint (#7940)
Browse files Browse the repository at this point in the history
Partially reverts #7927
where the regression happened.
  • Loading branch information
OrKoN committed Jan 28, 2022
1 parent 43aa986 commit 06ba963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/doclint/cli.js
Expand Up @@ -38,7 +38,7 @@ async function run() {
let changedFiles = false;

if (IS_RELEASE) {
const { versionsPerRelease: versions } = await Source.readFile(
const versions = await Source.readFile(
path.join(PROJECT_DIR, 'versions.js')
);
versions.setText(
Expand Down

0 comments on commit 06ba963

Please sign in to comment.