Skip to content

Commit b7ca539

Browse files
committed
Issue fix
1 parent 551335b commit b7ca539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/commands/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def run(self):
1010
directory = os.path.dirname(file_name)
1111
if "tsconfig.json" in os.listdir(directory):
1212
self.window.run_command("exec", {
13-
"cmd": "tsc",
13+
"cmd": ["tsc"],
1414
"file_regex": "^(.+?)\\((\\d+),(\\d+)\\): (.+)$",
1515
"shell": True
1616
})

0 commit comments

Comments
 (0)