Skip to content

Commit b01c25d

Browse files
committed
🤖 fix: syntax error in scriptRunner
Change-Id: I918fc3d766799680ff2f3158dd85376a4e48051d Signed-off-by: Thomas Kosiewski <tk@coder.com>
1 parent 50b60c6 commit b01c25d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/node/services/scriptRunner.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ export async function runWorkspaceScript(
5959
);
6060
}
6161

62-
// Resolve real paths to handle symlinks and prevent escape const scriptPath = getScriptPath(workspacePath, scriptName);
62+
// Resolve real paths to handle symlinks and prevent escape
63+
const scriptPath = getScriptPath(workspacePath, scriptName);
6364
const scriptsDir = getScriptsDir(workspacePath);
6465

6566
let resolvedScriptPath: string;

0 commit comments

Comments
 (0)