3rd-Eden / FlashPolicyFileServer

A simple Flash Policy File Server for node
localhost:843
MIT License
39 stars 11 forks source link

Added try/catch to mask exception: Fixes tests for socket.io #1

Closed einaros closed 12 years ago

einaros commented 12 years ago

Wrapped server close in try/catch, to avoid exception if the server isn't actually started

3rd-Eden commented 12 years ago

Thanks