From 9f2ee542d2d6ecb5b67c6413417954ed95768f99 Mon Sep 17 00:00:00 2001 From: youki Date: Tue, 8 Sep 2020 11:37:37 +0800 Subject: [PATCH] =?UTF-8?q?KERNEL-5364=20fix:=20=E5=8A=A0=E5=88=86?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/postbuild/postbuild.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/postbuild/postbuild.js b/lib/postbuild/postbuild.js index 605104f02..ccf32fa36 100644 --- a/lib/postbuild/postbuild.js +++ b/lib/postbuild/postbuild.js @@ -42,4 +42,4 @@ fileList.forEach(filename => { //# sourceMappingURL=./${filename}.map`; writeFileSync(sourcefile, content); -}) +});