File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
storage-resize-images/functions/lib Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
Object . defineProperty ( exports , "__esModule" , { value : true } ) ;
18
18
const config_1 = require ( "./config" ) ;
19
19
exports . complete = ( ) => {
20
- console . log ( "Completed mod execution" ) ;
20
+ console . log ( "Completed execution of extension " ) ;
21
21
} ;
22
22
exports . contentTypeInvalid = ( contentType ) => {
23
23
console . log ( `File of type '${ contentType } ' is not an image, no processing is required` ) ;
@@ -29,7 +29,7 @@ exports.errorDeleting = (err) => {
29
29
console . warn ( "Error when deleting temporary files" , err ) ;
30
30
} ;
31
31
exports . failed = ( ) => {
32
- console . log ( "Failed mod execution" ) ;
32
+ console . log ( "Failed execution of extension " ) ;
33
33
} ;
34
34
exports . imageAlreadyResized = ( ) => {
35
35
console . log ( "File is already a resized image, no processing is required" ) ;
You can’t perform that action at this time.
0 commit comments