File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ module.exports = {
51
51
const apiSecret = process . env . CLOUDINARY_API_SECRET ;
52
52
53
53
if ( ! cloudName ) {
54
- utils . build . failPlugin ( ERROR_CLOUD_NAME_REQUIRED ) ;
54
+ utils . build . failBuild ( ERROR_CLOUD_NAME_REQUIRED ) ;
55
55
return ;
56
56
}
57
57
@@ -89,7 +89,7 @@ module.exports = {
89
89
}
90
90
} ) ) ;
91
91
} catch ( e ) {
92
- utils . build . failPlugin ( e . message ) ;
92
+ utils . build . failBuild ( e . message ) ;
93
93
return ;
94
94
}
95
95
@@ -120,7 +120,7 @@ module.exports = {
120
120
const apiSecret = process . env . CLOUDINARY_API_SECRET ;
121
121
122
122
if ( ! cloudName ) {
123
- utils . build . failPlugin ( ERROR_CLOUD_NAME_REQUIRED ) ;
123
+ utils . build . failBuild ( ERROR_CLOUD_NAME_REQUIRED ) ;
124
124
return ;
125
125
}
126
126
@@ -208,7 +208,7 @@ module.exports = {
208
208
const apiSecret = process . env . CLOUDINARY_API_SECRET ;
209
209
210
210
if ( ! cloudName ) {
211
- utils . build . failPlugin ( ERROR_CLOUD_NAME_REQUIRED ) ;
211
+ utils . build . failBuild ( ERROR_CLOUD_NAME_REQUIRED ) ;
212
212
return ;
213
213
}
214
214
You can’t perform that action at this time.
0 commit comments