Skip to content

Commit e0861b3

Browse files
committed
added Exception middleware and Logging middleware
1 parent fc0e860 commit e0861b3

20 files changed

+388
-697
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
12
language: node_js
23
node_js:
3-
- 7
4-
- 8
4+
- 8
55
cache: yarn
66
env:
7-
- NODE_ENV=test
7+
- NODE_ENV=test

.vscode/launch.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"request": "launch",
1010
"protocol": "inspector",
1111
"name": "Launch Program",
12+
"outputCapture": "std", // capture stdout/stderr stream: eg. morgan logging
1213
"program": "${workspaceRoot}\\build\\server",
1314
"outFiles": [
1415
"${workspaceRoot}/build/**/*.js"

coverage/base.css

Lines changed: 0 additions & 212 deletions
This file was deleted.

coverage/index.html

Lines changed: 0 additions & 80 deletions
This file was deleted.

coverage/prettify.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

coverage/prettify.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

coverage/sort-arrow-sprite.png

-209 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)