Hackerpilot/textadept-d

dcd-server not autostarted under windows

callumenator opened this issue · 2 comments

the dmd/init.lua script does not start/stop the server under win32 owing to the guard: if not _G.WIN32 then. I guess this is not intentional? (removing the guard works fine for me under windows).

I put that there because I hadn't tested it.