mirror of
https://github.com/sstent/node.git
synced 2026-01-27 23:51:45 +00:00
big update - restarted app including jquery
This commit is contained in:
6
node_modules/formidable/lib/util.js
generated
vendored
Normal file
6
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