From 827131e136b165c7da6bdc9c3ded5b4dafa65089 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Thu, 2 Mar 2017 00:33:36 -0800 Subject: [PATCH] standard --- bin/clean.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/clean.js b/bin/clean.js index c86ff019..d094dc16 100755 --- a/bin/clean.js +++ b/bin/clean.js @@ -25,7 +25,7 @@ let tmpPath try { tmpPath = path.join(fs.statSync('/tmp') && '/tmp', 'webtorrent') } catch (err) { - tmpPath = path.join(os.tmpDir(), 'webtorrent') + tmpPath = path.join(os.tmpdir(), 'webtorrent') } rimraf.sync(tmpPath)