mirror of
https://github.com/chenasraf/DefinitelyTyped.git
synced 2026-05-18 01:49:01 +00:00
Fix ghostbuster script (#61213)
This commit is contained in:
@@ -69,7 +69,7 @@ function getAllHeaders() {
|
||||
parsed = hp.parseHeaderOrFail(indexContent);
|
||||
} catch (e) {}
|
||||
if (parsed) {
|
||||
headers[/** @type {never} */ (index)] = { ...parsed, raw: indexContent };
|
||||
headers[index.pathname] = { ...parsed, raw: indexContent };
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user