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 c88f134 commit c000c21Copy full SHA for c000c21
src/lib/screenshot.ts
@@ -229,6 +229,6 @@ export async function uploadScreenshots(ctx: Context): Promise<void> {
229
if(noOfScreenshots == 0){
230
console.log(`No screenshots uploaded.`);
231
} else {
232
- console.log(`${noOfScreenshots} screenshots uploaded successfully.`);
+ console.log(`${noOfScreenshots} screenshots uploaded successfully.`);
233
}
234
0 commit comments