From 131394c47c6d6668201efc7e52d656b57ee4b689 Mon Sep 17 00:00:00 2001 From: Christopher Rose Date: Mon, 27 May 2019 17:54:02 +0530 Subject: [PATCH] tmpDir is deprecated? --- processing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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