Skip to content

Commit 09acd78

Browse files
authored
fix: error_handle.md (#10)
1 parent 48ee5b6 commit 09acd78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/zh/guide/error_handler.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ module.exports = () => {
7373
ctx.body = { error };
7474
ctx.status = status;
7575
}
76-
};
76+
};
77+
}
7778
```
7879

7980
挂载中间件:

0 commit comments

Comments
 (0)