Browse Source

KERNEL-5364 fix: 加分号

es6
youki 4 years ago
parent
commit
9f2ee542d2
  1. 2
      lib/postbuild/postbuild.js

2
lib/postbuild/postbuild.js

@ -42,4 +42,4 @@ fileList.forEach(filename => {
//# sourceMappingURL=./${filename}.map`;
writeFileSync(sourcefile, content);
})
});

Loading…
Cancel
Save