Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(620)

Unified Diff: node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/graceful-fs/graceful-fs.js

Issue 800513006: Added vulcanize under third_party/npm_modules (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/graceful-fs/graceful-fs.js
diff --git a/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/graceful-fs.js b/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/graceful-fs/graceful-fs.js
similarity index 97%
copy from node_modules/mocha/node_modules/glob/node_modules/graceful-fs/graceful-fs.js
copy to node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/graceful-fs/graceful-fs.js
index c84db910199c4e1c66f8ad7de79f989a5e30ec0c..77fc702d80295aba928f0ebdf545674743a3be2a 100644
--- a/node_modules/mocha/node_modules/glob/node_modules/graceful-fs/graceful-fs.js
+++ b/node_modules/vulcanize/node_modules/update-notifier/node_modules/configstore/node_modules/graceful-fs/graceful-fs.js
@@ -1,14 +1,12 @@
// Monkey-patching the fs module.
// It's ugly, but there is simply no other way to do this.
-var fs = module.exports = require('fs')
+var fs = module.exports = require('./fs.js')
var assert = require('assert')
// fix up some busted stuff, mostly on windows and old nodes
require('./polyfills.js')
-// The EMFILE enqueuing stuff
-
var util = require('util')
function noop () {}

Powered by Google App Engine
This is Rietveld 408576698