Skip to content

Commit 8c046cc

Browse files
committed
test: Fix hanging test in search
1 parent a0038c5 commit 8c046cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/search/src/git.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { exec as execCallback, spawn } from 'child_process';
1+
import { exec as execCallback, spawn } from 'node:child_process';
22
import { PathLike } from 'fs';
33
import { promisify } from 'util';
44

0 commit comments

Comments
 (0)