mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
feature(terminal) rm
This commit is contained in:
parent
744a9d03a5
commit
f9c80c709c
6 changed files with 1 additions and 6063 deletions
|
|
@ -21,7 +21,6 @@
|
|||
edward = require('edward'),
|
||||
|
||||
WIN = process.platform === 'WIN32',
|
||||
terminal = !WIN ? require(DIR_SERVER + 'terminal') : function() {},
|
||||
|
||||
emptyFunc = function(req, res, next) {
|
||||
next();
|
||||
|
|
@ -59,7 +58,6 @@
|
|||
socket: socket
|
||||
});
|
||||
|
||||
terminal(socket);
|
||||
config.socket(socket);
|
||||
|
||||
edward.listen(socket, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue