17koa / runkoa

DEPRECATED runkoa:使用koa1和koa2的时候,不用在意babel的细节,无论哪种写法(common, generator, async)都完美支持
https://github.com/17koa/runkoa
MIT License
100 stars 15 forks source link

use `path.resolve` to resolve path instead of concatenating strings #12

Closed carlisliu closed 7 years ago

carlisliu commented 7 years ago

'/' doesn't work correctly on Windows platform when concatenating strings to generate path.

i5ting commented 7 years ago

@carlisliu please check the test if passed