Browse Source

shepherd groom delete bugfix

all-modes
pbca26 8 years ago
parent
commit
81678ce817
  1. 2
      routes/cache.js

2
routes/cache.js

@ -141,7 +141,7 @@ cache.groomDelete = function(req, res, next) {
if (_filename) {
if (fs.existsSync(cache.iguanaDir + '/shepherd/cache-' + _filename + '.json')) {
inMemCache = {};
inMemCache = null;
fs.unlink(cache.iguanaDir + '/shepherd/cache-' + _filename + '.json', function(err) {
if (err) {

Loading…
Cancel
Save