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 50b60c6 commit b01c25dCopy full SHA for b01c25d
src/node/services/scriptRunner.ts
@@ -59,7 +59,8 @@ export async function runWorkspaceScript(
59
);
60
}
61
62
- // Resolve real paths to handle symlinks and prevent escape const scriptPath = getScriptPath(workspacePath, scriptName);
+ // Resolve real paths to handle symlinks and prevent escape
63
+ const scriptPath = getScriptPath(workspacePath, scriptName);
64
const scriptsDir = getScriptsDir(workspacePath);
65
66
let resolvedScriptPath: string;
0 commit comments