activescott / activescott/serverless-aws-static-file-handler
The 404 error page renders literal {errorText}
オープン
bug
good first issue
help wanted
- 主要言語
- JavaScript
- スター
- 51
- フォーク
- 14
- 平均マージ
- 1日 8時間
- マージ済み PR(30日)
- 4
説明
### Expected behavior:
The 404 result presents the actual internal error text in development environments
### Actual behavior:
Literal `{errorText}` is rendered which is a bit less than useful for debugging purposes.
### Steps to fix the problem:
In `async responseAsError(errorText, statusCode)` replace
```
{{errorText}}
```
with
```
${errorText}
```
or similar.
コントリビューションガイド
評価
この issue はまだ評価されていません。