Skip to content

Commit 8f3625e

Browse files
committed
formatting pass
1 parent b3ff778 commit 8f3625e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

scripts/ci/poll_release_notes.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ async function pollReleaseNotes() {
5656
return;
5757
}
5858
if (matches.includes(`<a name="${version}">`) && !process.env.FORCE) {
59-
console.warn(`${version} was found but is not the latest version. ` +
60-
`Set the force option to true to publish anyway.`);
59+
console.warn(
60+
`${version} was found but is not the latest version. ` +
61+
`Set the force option to true to publish anyway.`
62+
);
6163
process.exit(1);
6264
}
6365
console.log(`Didn't find ${version} on release notes page.`);

0 commit comments

Comments
 (0)