We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202e550 commit de3bcbdCopy full SHA for de3bcbd
scripts/ci/log-changesets.js
@@ -59,7 +59,7 @@ async function logChangesets() {
59
};
60
61
return new Promise((resolve, reject) => {
62
- console.log(`Logging PR ${data.pr} with version ${data.version}.`)
+ console.log(`Logging PR ${data.pr} with version ${data.version}.`);
63
const req = https.request(options, res => {
64
res.on('data', d => {
65
process.stdout.write(d);
0 commit comments