From 6a210a62166b570952fce6bc92dd9def54f34f7e Mon Sep 17 00:00:00 2001 From: YouWei Zhao Date: Tue, 1 Jan 2019 11:06:03 -0500 Subject: [PATCH] fsTest --- _server/fsTest_cs.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_server/fsTest_cs.html b/_server/fsTest_cs.html index a6455ad4..9a392e4a 100644 --- a/_server/fsTest_cs.html +++ b/_server/fsTest_cs.html @@ -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);