build err log with project name
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -203,7 +203,7 @@ class Build { | @@ -203,7 +203,7 @@ class Build { | ||
203 | console.log('build success'); | 203 | console.log('build success'); |
204 | reslove(); | 204 | reslove(); |
205 | } else { | 205 | } else { |
206 | - reject(new Error(`build code fail`)); | 206 | + reject(new Error(`${self.project.name} build code fail`)); |
207 | } | 207 | } |
208 | }); | 208 | }); |
209 | }); | 209 | }); |
-
Please register or login to post a comment