mirror of
https://github.com/JuLi0n21/homepage.git
synced 2026-04-19 23:30:06 +00:00
another attempt to fix
This commit is contained in:
@@ -19,10 +19,10 @@ if (response.ok) {
|
||||
const middle = Math.round(files.length / 2);
|
||||
shuffeld = files.slice(0,middle);
|
||||
images = files.slice(middle);
|
||||
} else {
|
||||
console.error("FAILED TO FETCH");
|
||||
} else {
|
||||
console.error("FAILED TO FETCH", response.status, response.message);
|
||||
process.exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user