Skip to content

Commit 9dbe802

Browse files
committed
[FIX] prevents results from appearing in terminal
1 parent 2e733e8 commit 9dbe802

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/search.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ async function google(query, target = '', limit = 0) {
1111
const result = await googleIt({
1212
query,
1313
includeSites: target,
14+
disableConsole: true,
1415
});
1516

1617
if (limit) {

0 commit comments

Comments
 (0)