Skip to content

Commit b60e2f7

Browse files
committed
Fix prettier error
1 parent 9d26984 commit b60e2f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/utils/processes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const isLinux = process.platform === 'linux';
1212
// this is very complex, but is basically copy-pased from VSCode implementation here:
1313
// https://github.com/Microsoft/vscode-languageserver-node/blob/dbfd37e35953ad0ee14c4eeced8cfbc41697b47e/client/src/utils/processes.ts#L15
1414

15-
// And see discussion at
15+
// And see discussion at
1616
// https://github.com/rust-analyzer/rust-analyzer/pull/1079#issuecomment-478908109
1717

1818
export function terminate(process: ChildProcess, cwd?: string): boolean {

0 commit comments

Comments
 (0)