replace fs by fs-extra to prevent EMFILE error
This commit is contained in:
parent
0ee027347a
commit
c9d5c64f98
18 changed files with 19 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
|||
import * as program from 'commander'
|
||||
import { createReadStream, readdirSync, statSync } from 'fs'
|
||||
import { createReadStream, readdirSync, statSync } from 'fs-extra'
|
||||
import { join } from 'path'
|
||||
import { createInterface } from 'readline'
|
||||
import * as winston from 'winston'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue