Files
vue-cli/packages/@vue/cli/lib/util/writeFileTree.js
Haoqun Jiang ba15fa26b2 fix: use sync fs methods in writeFileTree (#2341)
closes #2275

Iterating over async functions would put too many write calls in I/O
queue in the same time, leading to weird bugs.
2018-09-03 22:34:53 +08:00

842 B