/usr/local/lib/node_modules/pm2/node_modules/ws
NameSizeModeActions
lib/-0755rm
browser.js1760644editdlrm
index.js2960644editdlrm
LICENSE11060644editdlrm
package.json14640644editdlrm
README.md138240644editdlrm
Edit: /usr/local/lib/node_modules/pm2/node_modules/ws/browser.js (176B)
'use strict'; module.exports = function () { throw new Error( 'ws does not work in the browser. Browser clients must use the native ' + 'WebSocket object' ); };