fix: add timeout for unnecessary calls (#1150)

This commit is contained in:
Andrew Tatomyr
2023-07-06 12:20:01 +03:00
committed by GitHub
parent 8f9f88f6e4
commit 0b3e605f37
4 changed files with 54 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import fetch from 'node-fetch';
import fetch from './fetch-with-timeout';
import { basename, dirname, extname, join, resolve, relative, isAbsolute } from 'path';
import { blue, gray, green, red, yellow } from 'colorette';
import { performance } from 'perf_hooks';