We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6dae1 commit 73593e9Copy full SHA for 73593e9
setup.js
@@ -535,7 +535,9 @@ function configApply() {
535
const codeforgeRoot = path.resolve(codeforgeDir);
536
const srcPath = path.resolve(codeforgeRoot, entry.src);
537
if (!srcPath.startsWith(codeforgeRoot + path.sep)) {
538
- console.log(" Skip: " + entry.src + " (source path escapes .codeforge/)");
+ console.log(
539
+ " Skip: " + entry.src + " (source path escapes .codeforge/)",
540
+ );
541
skipped++;
542
continue;
543
}
0 commit comments