Release/1.71.0 (#458)

* Refactor logger

* Fix exception

* Update changelog
This commit is contained in:
Thomas Kaul
2021-11-07 21:25:18 +01:00
committed by GitHub
parent 2873130259
commit d60b444324
20 changed files with 74 additions and 55 deletions

3
.vscode/launch.json vendored
View File

@ -26,7 +26,8 @@
"skipFiles": [
"${workspaceFolder}/node_modules/**/*.js",
"<node_internals>/**/*.js"
]
],
"console": "integratedTerminal"
}
]
}