File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ executeSynchronous(async () => {
101101 // Use markdown formatting as this summary will be included in the PR description
102102 logOut ( summaryLogger ,
103103 `<details>
104- <summary>Failed to generate types for path '${ basePath } '</summary>
104+ <summary>Failed to generate types for path '${ autoGenConfig . basePath } ' and namespace ' ${ autoGenConfig . namespace } '</summary>
105105 \`\`\`
106106 ${ error }
107107 \`\`\`
@@ -112,9 +112,10 @@ executeSynchronous(async () => {
112112 }
113113 } catch ( error ) {
114114 // Use markdown formatting as this summary will be included in the PR description
115+ // This error usually indicates that a file has not been found (readme)
115116 logOut ( summaryLogger ,
116117 `<details>
117- <summary>Failed to generate types for path '${ basePath } '</summary>
118+ <summary>Failed to generate types for path '${ basePath } ' probably due to readme not found or due to any other file not found exception. </summary>
118119 \`\`\`
119120 ${ error }
120121 \`\`\`
You can’t perform that action at this time.
0 commit comments