mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-10 02:05:37 +02:00
Update npm packages
This commit is contained in:
parent
075cc8d8df
commit
07ba352903
5 changed files with 126 additions and 99 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
const fs = require("fs");
|
||||
const path = require("path");
|
||||
const { rimraf } = require("rimraf");
|
||||
const rimraf = require("rimraf");
|
||||
|
||||
exports.removeDirSync = function removeDirSync(dir) {
|
||||
fs.readdirSync(dir); // Will throw if dir is not a directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue