mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
Convert to using graceful-fs vs vanilla fs module
This commit is contained in:
parent
a49abc7c67
commit
019596d709
26 changed files with 27 additions and 26 deletions
|
@ -7,7 +7,7 @@ const Config = require('./config.js').config;
|
|||
const Log = require('./logger.js').log;
|
||||
|
||||
// deps
|
||||
const fs = require('fs');
|
||||
const fs = require('graceful-fs');
|
||||
|
||||
exports.validateNonEmpty = validateNonEmpty;
|
||||
exports.validateMessageSubject = validateMessageSubject;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue