Skip to content

Commit 813260d

Browse files
mod -> extension
1 parent dc18ff3 commit 813260d

File tree

1 file changed

+2
-2
lines changed
  • storage-resize-images/functions/lib

1 file changed

+2
-2
lines changed

storage-resize-images/functions/lib/logs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Object.defineProperty(exports, "__esModule", { value: true });
1818
const config_1 = require("./config");
1919
exports.complete = () => {
20-
console.log("Completed mod execution");
20+
console.log("Completed execution of extension");
2121
};
2222
exports.contentTypeInvalid = (contentType) => {
2323
console.log(`File of type '${contentType}' is not an image, no processing is required`);
@@ -29,7 +29,7 @@ exports.errorDeleting = (err) => {
2929
console.warn("Error when deleting temporary files", err);
3030
};
3131
exports.failed = () => {
32-
console.log("Failed mod execution");
32+
console.log("Failed execution of extension");
3333
};
3434
exports.imageAlreadyResized = () => {
3535
console.log("File is already a resized image, no processing is required");

0 commit comments

Comments
 (0)