doc: generate puterai docs and is a docgen bug

This commit is contained in:
KernelDeimos
2024-12-04 16:58:45 -05:00
parent 8848055f1b
commit 169c1aa3a7
17 changed files with 1021 additions and 1 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ const handle_file = (code, context) => {
}
// Library files
{
if ( fs.existsSync(path_.join(rootdir, 'lib')) ) {
const files = fs.readdirSync(path_.join(rootdir, 'lib'));
for ( const file of files ) {
if ( file.startsWith('_') ) continue;