Skip to content

Commit 55ef926

Browse files
committed
Upd: image.js
1 parent 51336f2 commit 55ef926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/image.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ async function _resize(fromImage, toImage, config = {}, resolve, reject, deep =
8787
deep++;
8888

8989
if(deep > 3)
90-
console.warn('Warning: Trying once more in '+(100 * deep)+'ms with failOn: none | '+fromImage, error);
90+
console.warn('Warning: Image resizing failed, Trying once more in '+(100 * deep)+'ms with failOn: none | '+fromImage, error);
9191
else
92-
console.log('Log: Trying again in '+(100 * deep)+'ms | '+fromImage, error);
92+
console.log('Log: Image resizing failed, Trying again in '+(100 * deep)+'ms | '+fromImage, error);
9393

9494
await app.sleep(100 * deep);
9595
_resize(fromImage, toImage, config, resolve, reject, deep);

0 commit comments

Comments
 (0)