Explorar o código

fix eslint error

callmewhy %!s(int64=8) %!d(string=hai) anos
pai
achega
8e8c714f00
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      build/bin/gen-cssfile.js

+ 2 - 2
build/bin/gen-cssfile.js

@@ -16,8 +16,8 @@ function fileExists(filePath) {
 }
 
 themes.forEach((theme) => {
-  var indexContent = '@import "./base.css";\n'
-  Components.forEach(function (key) {
+  var indexContent = '@import "./base.css";\n';
+  Components.forEach(function(key) {
     var fileName = key + '.css';
     indexContent += '@import "./' + fileName + '";\n';
     var filePath = path.resolve(basepath, theme, 'src', fileName);