Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
fix: issue with reading versions.js in doclint (puppeteer#7940)
Browse files Browse the repository at this point in the history
Partially reverts puppeteer#7927
where the regression happened.
  • Loading branch information
OrKoN authored 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
Original file line number Diff line number Diff line change
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.