Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/src/extension/test/node/fixtures/gitdiff/01-basic-remove-line.diff
13406 views
1
diff --git a/01-basic b/01-basic-remove-line
2
index 30c5fc9cb..85fb5c91c 100644
3
--- a/01-basic
4
+++ b/01-basic-remove-line
5
@@ -9,7 +9,6 @@ export function f(args_: string[], flags: any, child: any) {
6
child.stderr?.on('data', (data) => console.error(data.toString('utf8')));
7
}
8
if (flags.verbose) {
9
- return new Promise((c) => child.once('exit', () => c(null)));
10
}
11
child.unref();
12
return Promise.resolve();
13
14