Skip to content

Commit 3c6373b

Browse files
committed
Fix lint
1 parent 07139c6 commit 3c6373b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export async function startWorkspaceIfStoppedOrFailed(
191191
"--yes",
192192
workspace.owner_name + "/" + workspace.name,
193193
"--reason",
194-
"vscode_connection"
194+
"vscode_connection",
195195
];
196196
const startProcess = spawn(binPath, startArgs);
197197

0 commit comments

Comments
 (0)