aboutsummaryrefslogtreecommitdiff
path: root/node_modules/async/internal/breakLoop.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/async/internal/breakLoop.js')
-rw-r--r--node_modules/async/internal/breakLoop.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/node_modules/async/internal/breakLoop.js b/node_modules/async/internal/breakLoop.js
deleted file mode 100644
index 106505824..000000000
--- a/node_modules/async/internal/breakLoop.js
+++ /dev/null
@@ -1,9 +0,0 @@
-"use strict";
-
-Object.defineProperty(exports, "__esModule", {
- value: true
-});
-// A temporary value used to identify if the loop should be broken.
-// See #1064, #1293
-exports.default = {};
-module.exports = exports["default"]; \ No newline at end of file