You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: source/module/PingRace.test.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ import {
6
6
const{ describe, it, info =console.log}=global
7
7
8
8
constTEST_URL_LIST=[
9
-
// TODO: NOTE: the noop dns lookup may take ~10sec on win32 and block node exit, but there's no API to abort dns lookup, check: https://github.com/nodejs/node/issues/7231
9
+
// TODO: NOTE: the noop dns lookup may take ~10sec on win32 and block node exit, but there's no API to stop dns lookup, check: https://github.com/nodejs/node/issues/7231
constextractTgzOrTarAsync=async(sourceFile,outputPath)=>(sourceFile.endsWith('.tar')||awaitisFileGzip(sourceFile))// closer to the auto gunzip of `tar`
if((IS_EXTRA_TAR||IS_EXTRA_7Z)&®EXP_EXTRACT_TAR.test(relativePath))actionType=IS_EXTRA_TAR ? PATH_ACTION_TYPE.EXTRA_EXTRACT_TAR : PATH_ACTION_TYPE.EXTRA_EXTRACT_7Z// prefer tar for .tgz
0 commit comments