You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm seeing a peculiar issue that I've traced to the initial exported function from asciidoctor (line 1 below). If you have a mongo database named "database" and a collection "collectionName" which is not empty, the code below should print out the contents of that collection. But when the asciidoctor require is present it prints an empty array.
Hi. I'm seeing a peculiar issue that I've traced to the initial exported function from asciidoctor (line 1 below). If you have a mongo database named "database" and a collection "collectionName" which is not empty, the code below should print out the contents of that collection. But when the asciidoctor require is present it prints an empty array.
I tried this with version 2.2.0 on node 14.15.1
The text was updated successfully, but these errors were encountered: