Merge pull request #303 from zhaouv/fsTest

fsTest
This commit is contained in:
Zhang Chen 2019-01-02 13:46:18 +08:00 committed by GitHub
commit cd682ebbfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,12 @@
console.log(d);
})
}, 4000);
setTimeout(function () {
fs.writeMultiFiles(['_test.txt','_test_multi.txt'], ['abc=','abe='], function (e, d) {
console.log(e);
console.log(d);
})
}, 5000);
</script>