Skip to content

Commit 168b6b5

Browse files
committed
Error handling
1 parent 3ade8d3 commit 168b6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logs/fileProvider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class WorkflowStepLogProvider implements vscode.TextDocumentContentProvid
4343
}
4444

4545
console.error('Error loading logs', e);
46-
return `Could not open logs, unhandled error. HTTP status: ${respErr.status}`;
46+
return `Could not open logs, unhandled error. ${(e as Error).message}`;
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)