.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / readable-stream / lib / internal / streams / from-browser.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/readable-stream/lib/internal/streams/from-browser.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/readable-stream/lib/internal/streams/from-browser.js
new file mode 100644 (file)
index 0000000..a4ce56f
--- /dev/null
@@ -0,0 +1,3 @@
+module.exports = function () {
+  throw new Error('Readable.from is not available in the browser')
+};