JeffreyZhao/wind

windjs文档中的笔误

Opened this issue · 0 comments

辅助方法

try {
    $await(fs.mkdir("./hello-world"));
} catch (ex) {
    // 出错了
}

应该是

    $await(fs.mkdirAsync ("./hello-world"));

吧?