diff --git a/processing.js b/processing.js index a1a00a7..5cce673 100644 --- a/processing.js +++ b/processing.js @@ -25,4 +25,4 @@ module.exports.dirprocess = (dirstream,location,settings)=>{ // settings.dirname, whatever module.exports.inDir = (dircheck,dirmain) => !path.relative(path.normalize(dircheck), dirmain).startsWith('..') -module.exports.getTmpDir = (location) => path.join(os.tmpdir(), path.basename(location)) \ No newline at end of file +module.exports.getTmpDir = (location) => path.join(os.tmpDir(), path.basename(location)) \ No newline at end of file