aboutsummaryrefslogtreecommitdiff
path: root/node_modules/remove-trailing-separator/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/remove-trailing-separator/index.js')
-rw-r--r--node_modules/remove-trailing-separator/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/remove-trailing-separator/index.js b/node_modules/remove-trailing-separator/index.js
index 1ed8e932d..9f0de5334 100644
--- a/node_modules/remove-trailing-separator/index.js
+++ b/node_modules/remove-trailing-separator/index.js
@@ -1,4 +1,4 @@
-const isWin = process.platform === 'win32';
+var isWin = process.platform === 'win32';
module.exports = function (str) {
while (endsInSeparator(str)) {