Skip to content

Commit c000c21

Browse files
code cleanup - 4
1 parent c88f134 commit c000c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/screenshot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,6 @@ export async function uploadScreenshots(ctx: Context): Promise<void> {
229229
if(noOfScreenshots == 0){
230230
console.log(`No screenshots uploaded.`);
231231
} else {
232-
console.log(`${noOfScreenshots} screenshots uploaded successfully.`);
232+
console.log(`${noOfScreenshots} screenshots uploaded successfully.`);
233233
}
234234
}

0 commit comments

Comments
 (0)