1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

replace fs by fs-extra to prevent EMFILE error

This commit is contained in:
Rigel Kent 2018-08-27 13:28:49 +02:00 committed by Chocobozzz
parent 0ee027347a
commit c9d5c64f98
18 changed files with 19 additions and 20 deletions

View file

@ -1,5 +1,5 @@
import * as AsyncLRU from 'async-lru'
import { createWriteStream } from 'fs'
import { createWriteStream } from 'fs-extra'
import { unlinkPromise } from '../../helpers/core-utils'
import { logger } from '../../helpers/logger'
import { VideoModel } from '../../models/video/video'