Skip to content

Commit

Permalink
deps: fix mkdirp 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
myfreeer committed Apr 8, 2023
1 parent 6abc7d2 commit 4097f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nodejs-cn/create-downloader.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import path from 'path';
import {promises as fs} from 'fs';
import {sync as mkdir} from 'mkdirp';
import {mkdirpSync as mkdir} from 'mkdirp';
import {SingleThreadDownloader} from 'website-scrap-engine/lib/downloader';
import type {StaticDownloadOptions} from 'website-scrap-engine/lib/options';

Expand Down

0 comments on commit 4097f24

Please sign in to comment.