oeuillot / upnpserver

Fast and light upnp server for node
GNU General Public License v2.0
181 stars 47 forks source link

Start with no directories causes "undefined is not a function" error #50

Closed gak10100 closed 8 years ago

gak10100 commented 8 years ago

api.js line 232 if (!callback) { callback = function() { }; }

Move this to the top of the startServer function?

oeuillot commented 8 years ago

Hello, Ok I will add it ... but startServer without callback ???

Please test the ES6 branch, I only work on it ! I will merge it to the master very soon,.

Regards,