mirror of
https://github.com/arnaucube/raspberryGPIOhtmlserver.git
synced 2026-02-08 04:06:43 +01:00
servidor funciona, gpio desabilitat
This commit is contained in:
16
node_modules/ws/lib/Validation.js
generated
vendored
Executable file
16
node_modules/ws/lib/Validation.js
generated
vendored
Executable file
@@ -0,0 +1,16 @@
|
||||
/*!
|
||||
* ws: a node.js websocket client
|
||||
* Copyright(c) 2011 Einar Otto Stangvik <einaros@gmail.com>
|
||||
* MIT Licensed
|
||||
*/
|
||||
|
||||
try {
|
||||
module.exports = require('../build/Release/validation');
|
||||
} catch (e) { try {
|
||||
module.exports = require('../build/default/validation');
|
||||
} catch (e) { try {
|
||||
module.exports = require('./Validation.fallback');
|
||||
} catch (e) {
|
||||
console.error('validation.node seems to not have been built. Run npm install.');
|
||||
throw e;
|
||||
}}}
|
||||
Reference in New Issue
Block a user