Comparing version 0.0.1 to 0.0.2
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ var ncc = require("console.io-client"), |
@@ -0,0 +0,0 @@ var ncc = require("console.io-client"), |
@@ -5,3 +5,3 @@ { | ||
"description": "Access your node.js console remotely.", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
@@ -0,0 +0,0 @@ /* =================================================== |
@@ -0,0 +0,0 @@ /*! |
@@ -0,0 +0,0 @@ /* |
@@ -0,0 +0,0 @@ Console.io allows you to access the console of your running node.js instances |
@@ -109,2 +109,11 @@ /* | ||
}); | ||
socket.on('enabled', function ( data, fn ) { | ||
var client = clients[data._id]; | ||
if (clients && client.socket) { | ||
client.socket.emit('enabled', data.enabled, function (response) { | ||
fn(response); | ||
}); | ||
} | ||
}); | ||
}); | ||
@@ -111,0 +120,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7972
385919