Update OpenCode launch script

This commit is contained in:
Trevor SANDY
2026-05-15 00:16:44 +02:00
parent 5bfe70a14f
commit df86eadac1
+1
View File
@@ -94,6 +94,7 @@ def main():
'/usr/local/bin/opencode', '.']
print(f"Running launch command: {" ".join(cmd)}...")
cwd=None
try:
subprocess.run(cmd, cwd=cwd, check=True)
except Exception as e: