--- name: Bug report about: Create a report to help us improve title: '' labels: possible bug assignees: '' --- - [ ] The [readme](https://github.com/PrismarineJS/prismarine-template/README.md) doesn't contain a resolution to my issue - [ ] The [example](https://github.com/PrismarineJS/prismarine-template/example.js) doesn't contain a resolution to my issue ## Versions - node: #.#.# - prismarine-template: #.#.# ## Detailed description of a problem A clear and concise description of what the problem is. ## Your current code ```js console.log("Hello world.") ``` ## Expected behavior A clear and concise description of what you expected to happen. ## Additional context Add any other context about the problem here. ---