We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7a329 commit 6ebdca4Copy full SHA for 6ebdca4
1 file changed
packages/core/src/config/config.ts
@@ -1711,10 +1711,6 @@ export class Config {
1711
* @returns true if the path is allowed, false otherwise.
1712
*/
1713
isPathAllowed(absolutePath: string): boolean {
1714
- if (this.interactive && path.isAbsolute(absolutePath)) {
1715
- return true;
1716
- }
1717
-
1718
const realpath = (p: string) => {
1719
let resolved: string;
1720
try {
0 commit comments