Skip to content

Commit 9a21d55

Browse files
committed
feat: implement FortScript for dynamic script management based on RAM and heavy application monitoring
1 parent d1a3a9d commit 9a21d55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fortscript/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def start_scripts(self):
101101
# Check if the script is JS or TS
102102
elif script_path.endswith(".js") or script_path.endswith(".ts"):
103103
try:
104-
subprocess.Popen(['pnpm', "run", "start", script_path],
104+
subprocess.Popen(['pnpm', "run", "start"],
105105
creationflags=subprocess.CREATE_NEW_CONSOLE)
106106

107107
print(

0 commit comments

Comments
 (0)