mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-26 06:35:45 +00:00
more info
This commit is contained in:
@@ -40,6 +40,11 @@ export const setupFetchMock = () => {
|
||||
basePath,
|
||||
url.replace(import.meta.env.BASE_URL, ""),
|
||||
);
|
||||
if (fs.existsSync(filePath)) {
|
||||
console.log(`file exists ${filePath}`);
|
||||
} else {
|
||||
console.error(`file does not exist ${filePath}`);
|
||||
}
|
||||
|
||||
const createResponse = (body: unknown, status = 200) => ({
|
||||
ok: status >= 200 && status < 300,
|
||||
|
||||
@@ -249,6 +249,9 @@ async function loadStats(language: string) {
|
||||
).arrayBuffer(),
|
||||
);
|
||||
|
||||
console.log(`indexRef.length: ${indexRef.length}`);
|
||||
console.log(`indexMatcher.length: ${indexMatcher.length}`);
|
||||
|
||||
STAT_BY_REF = function (ref: string) {
|
||||
let start = dataBinarySearch(
|
||||
indexRef,
|
||||
|
||||
Reference in New Issue
Block a user