We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42c050 commit 1188688Copy full SHA for 1188688
binary/utils/ripgrep.js
@@ -4,7 +4,7 @@ const { rimrafSync } = require("rimraf");
4
const tar = require("tar");
5
const { RIPGREP_VERSION, TARGET_TO_RIPGREP_RELEASE } = require("./targets");
6
const AdmZip = require("adm-zip");
7
-const { ProxyAgent } = require('undici');
+const { ProxyAgent } = require("undici");
8
9
const RIPGREP_BASE_URL = `https://github.com/BurntSushi/ripgrep/releases/download/${RIPGREP_VERSION}`;
10
0 commit comments