Daniel Zlotin пре 6 година
родитељ
комит
efc0ed932f
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1
    0
      scripts/generate-js-doc.js

+ 1
- 0
scripts/generate-js-doc.js Прегледај датотеку

@@ -1,3 +1,4 @@
1
+throw new Error('temporarily disabled, until newAPI is complete')
1 2
 const jsdoc2md = require('jsdoc-to-markdown');
2 3
 const fs = require('fs');
3 4
 const path = require('path');