index.js: fix comment typo
Fix dave's typo for him
This commit is contained in:
parent
f595f6f141
commit
4dd477e064
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ async function loadApp() {
|
||||||
// On 404 errors, carry on without a config,
|
// On 404 errors, carry on without a config,
|
||||||
// but on other errors, fail, otherwise it will
|
// but on other errors, fail, otherwise it will
|
||||||
// lead to subtle errors where the app runs with
|
// lead to subtle errors where the app runs with
|
||||||
// the default config if fails to fetch config.json.
|
// the default config if it fails to fetch config.json.
|
||||||
if (e.response.status != 404) {
|
if (e.response.status != 404) {
|
||||||
configError = e;
|
configError = e;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue