mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-07 12:47:49 +00:00
fix: add timeout for unnecessary calls (#1150)
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user