File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
components/public-api/typescript-common Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 21
21
},
22
22
"startTime": "2023-11-17T10:42:00Z",
23
23
"message": "",
24
- "logUrl": "https://gitpod-test.preview.gitpod-dev.com/prebuild-logs/5fba7d7c-e740-4339-b928-0e3c5975eb37"
24
+ "logUrl": "https://gitpod-test.preview.gitpod-dev.com/prebuild-logs/5fba7d7c-e740-4339-b928-0e3c5975eb37",
25
+ "taskLogs": []
25
26
},
26
27
"configurationName": "parcel-demo"
27
28
},
Original file line number Diff line number Diff line change @@ -1196,7 +1196,7 @@ export class PublicAPIConverter {
1196
1196
1197
1197
toPrebuildStatus ( gitpodHost : string , prebuild : PrebuildWithStatus ) : PrebuildStatus {
1198
1198
const tasks : TaskLog [ ] = [ ] ;
1199
- if ( prebuild . workspace . config . tasks ) {
1199
+ if ( prebuild . workspace ? .config ? .tasks ) {
1200
1200
for ( let i = 0 ; i < prebuild . workspace . config . tasks . length ; i ++ ) {
1201
1201
const task = prebuild . workspace . config . tasks [ i ] ;
1202
1202
tasks . push (
You can’t perform that action at this time.
0 commit comments