From 1834327a28215575b312f7586386da49a5c0c3b2 Mon Sep 17 00:00:00 2001 From: Christopher Rose Date: Mon, 27 May 2019 17:55:54 +0530 Subject: [PATCH] ?? --- processing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processing.js b/processing.js index 5cce673..a1a00a7 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