abedev / abe

API for Back-End (Haxe, NodeJS and Express)
54 stars 10 forks source link

Type not found : TlsServerOptions #82

Closed JbIPS closed 8 years ago

JbIPS commented 8 years ago

When trying to compile Abe I get

abe/App.hx:44: lines 44-48 : Type not found : TlsServerOptions

Looks like it has been replaced by TlsCreateServerOptions in hxnodejs. Doing this replacement made it work.

Do you want a PR?

fponticelli commented 8 years ago

Yes please.

JbIPS commented 8 years ago

My bad, it already has been corrected on git but not on haxelib :smiley:.