Преглед изворни кода

hack to stop watch-build crash

Gregg Tavares пре 7 година
родитељ
комит
d834ee6468
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      build/js/build.js

+ 3 - 1
build/js/build.js

@@ -550,7 +550,9 @@ const Builder = function(outBaseDir, options) {
       }</ul>`;
     }
 
-    g_langInfo.tocHtml = makeToc(toc);
+    if (!hackyProcessSelectFiles) {
+      g_langInfo.tocHtml = makeToc(toc);
+    }
 
     files.forEach(function(fileName) {
       const ext = path.extname(fileName);

粤ICP备19079148号