Convert to using graceful-fs vs vanilla fs module

This commit is contained in:
Bryan Ashby 2017-05-19 21:20:19 -06:00
parent a49abc7c67
commit 019596d709
26 changed files with 27 additions and 26 deletions

View file

@ -26,7 +26,7 @@ const moment = require('moment');
const _ = require('lodash');
const paths = require('path');
const async = require('async');
const fs = require('fs');
const fs = require('graceful-fs');
const later = require('later');
const temptmp = require('temptmp').createTrackedSession('ftn_bso');
const assert = require('assert');