mirror of
https://github.com/sstent/node.git
synced 2026-01-26 23:22:28 +00:00
big update - restarted app including jquery
This commit is contained in:
6
app/node_modules/formidable/lib/util.js
generated
vendored
Normal file
6
app/node_modules/formidable/lib/util.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
// Backwards compatibility ...
|
||||
try {
|
||||
module.exports = require('util');
|
||||
} catch (e) {
|
||||
module.exports = require('sys');
|
||||
}
|
||||
Reference in New Issue
Block a user