We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb24e7 commit c7c7471Copy full SHA for c7c7471
generator/cmd/findbasepath.ts
@@ -18,8 +18,10 @@ executeSynchronous(async () => {
18
19
if (autogenEntries.length === 0) {
20
//not found
21
- throw new Error(`Base path: '${basePath}' not found in autogenlist, this means RP hasn't been onboarded in schema autogeneration process yet.`)
+ console.log("false");
22
+ return;
23
}
24
25
console.log(`Base path: '${basePath} found in autogenlist.`);
26
+ console.log("true");
27
});
0 commit comments