swapped console.log for server.log
This commit is contained in:
parent
c85467b628
commit
e49145ceb8
2 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ function init(path,config,log,port){
|
|||
},
|
||||
start : function(){
|
||||
if(!this.path){
|
||||
console.log('Socket Server Path not specified, refusing to start'.warn);
|
||||
server.log('Socket Server Path not specified, refusing to start'.warn);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "node-ipc",
|
||||
"version": "0.9.16",
|
||||
"version": "0.9.2",
|
||||
"description": "A nodejs module for local and remote Inter Process Communication (IPC), Neural Networking, and able to facilitate machine learning.",
|
||||
"main": "node-ipc.js",
|
||||
"directories": {
|
||||
|
|
Loading…
Reference in a new issue