mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-02 04:59:23 -05:00
doc: generate puterai docs and is a docgen bug
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user