mirror of
https://github.com/tenrok/axios.git
synced 2026-06-11 18:02:32 +03:00
Fix AxiosRequestHeaders & AxiosHeaders types; (#5482)
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ const sleep = (ms) => new Promise(resolve => setTimeout(resolve, ms));
|
||||
const remove = async (file) => {
|
||||
console.log(`✓ Remove entry '${file}'...`);
|
||||
try {
|
||||
await sleep(100);
|
||||
await sleep(1000);
|
||||
await fs.remove(file);
|
||||
} catch (err) {
|
||||
console.warn(err.message);
|
||||
|
||||
Reference in New Issue
Block a user