mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
docs: fix bug_report.md (#2032)
Remove backslash which throws an error (tested on OSX fish and CentOS bash)
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -14,7 +14,7 @@ assignees: ''
|
||||
gulp, grunt, webpack, etc. Thank you so much <3
|
||||
-->
|
||||
|
||||
- Versions: <!-- run this: node -e 'console.log(`node@${process.version}, ${process.platform}@${require(\"os\").release()}`)' -->
|
||||
- Versions: <!-- run this: node -e 'console.log(`node@${process.version}, ${process.platform}@${require("os").release()}`)' -->
|
||||
- `nodemon -v`:
|
||||
- Operating system/terminal environment (powershell, gitshell, etc):
|
||||
- Using Docker? What image:
|
||||
|
||||
Reference in New Issue
Block a user