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 d6b1d93 commit 23e657bCopy full SHA for 23e657b
src/rulesGenerate.ts
@@ -47,6 +47,7 @@ export async function rulesGenerate(
47
const modulePath = new URL(import.meta.url).pathname;
48
const moduleDir = path.dirname(modulePath);
49
const alternativePath = path.resolve(moduleDir, '../src/prompts/cursor_mdc.md');
50
+ console.log(pc.yellow('Warning: Could not read guidelines. Error: ' + _error + '. Try another path: ' + alternativePath));
51
52
guidelinesText = await fs.readFile(alternativePath, 'utf-8');
53
} catch (innerError) {
0 commit comments