Advertisement
thefinn93

Untitled

Nov 7th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.06 KB | None | 0 0
  1. finn@jayne:~/KiwiIRC$ ./kiwi start
  2. Starting kiwiirc daemon...
  3.  
  4. /home/finn/KiwiIRC/node_modules/daemonize2/lib/daemonize.js:129
  5.             throw new Error(msg.error);
  6.                   ^
  7. Error: TypeError: Cannot read property 'log' of undefined
  8.     at Object.<anonymous> (/home/finn/KiwiIRC/server/kiwi.js:15:55)
  9.     at Module._compile (module.js:449:26)
  10.     at Object.Module._extensions..js (module.js:467:10)
  11.     at Module.load (module.js:356:32)
  12.     at Function.Module._load (module.js:312:12)
  13.     at Module.require (module.js:362:17)
  14.     at require (module.js:378:17)
  15.     at init (/home/finn/KiwiIRC/node_modules/daemonize2/lib/wrapper.js:105:5)
  16.     at process.<anonymous> (/home/finn/KiwiIRC/node_modules/daemonize2/lib/wrapper.js:38:9)
  17.     at process.EventEmitter.emit (events.js:99:17)
  18.     at ChildProcess.Daemon.start.child.send.type (/home/finn/KiwiIRC/node_modules/daemonize2/lib/daemonize.js:129:19)
  19.     at ChildProcess.EventEmitter.emit (events.js:99:17)
  20.     at handleMessage (child_process.js:273:12)
  21.     at Pipe.channel.onread (child_process.js:293:9)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement