We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3b017d commit 9ad0a11Copy full SHA for 9ad0a11
index.ts
@@ -16,5 +16,6 @@ const app = new HawkAPI();
16
app.start()
17
.catch(err => {
18
HawkCatcher.send(err);
19
- console.log('Server runtime error' + err);
+ console.log('Server runtime error');
20
+ console.error(err);
21
});
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hawk.api",
3
- "version": "1.0.22",
+ "version": "1.0.23",
4
"main": "index.ts",
5
"license": "UNLICENSED",
6
"scripts": {
0 commit comments