Skip to content

Commit a47ab61

Browse files
committed
Fix bug
1 parent bd56d46 commit a47ab61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/_tools/docs/www/readme-fragment-file-tree/lib

lib/node_modules/@stdlib/_tools/docs/www/readme-fragment-file-tree/lib/write.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function write( src, dest, db, clbk ) {
9696
fpath = path.join( dpath, BASENAME );
9797
debug( 'Writing file %d of %d: %s', i+1, total, fpath );
9898

99-
writeFile( fpath, db[ file ].data, fopts, onWrite );
99+
writeFile( fpath, db[ file ], fopts, onWrite );
100100
}
101101

102102
/**

0 commit comments

Comments
 (0)