aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tiny-worker/lib/noop.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-27 22:55:52 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-27 22:55:52 +0200
commit478a089e521de81ca47fc54518bc6a241823d9ae (patch)
tree434360d5090263688950ae180184c96f590ab9ff /node_modules/tiny-worker/lib/noop.js
parent9a1b2c8ccc5f079dae4966dfd011f4076a53dc20 (diff)
downloadwallet-core-478a089e521de81ca47fc54518bc6a241823d9ae.tar.xz
fix module loading for node under fake web workers
Diffstat (limited to 'node_modules/tiny-worker/lib/noop.js')
-rw-r--r--node_modules/tiny-worker/lib/noop.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/node_modules/tiny-worker/lib/noop.js b/node_modules/tiny-worker/lib/noop.js
deleted file mode 100644
index 312fce83b..000000000
--- a/node_modules/tiny-worker/lib/noop.js
+++ /dev/null
@@ -1,5 +0,0 @@
-"use strict";
-
-module.exports = function () {
- return void 0;
-};