clean
This commit is contained in:
parent
4f8e4a0f06
commit
23b546163e
11 changed files with 415 additions and 1533 deletions
|
|
@ -128,6 +128,7 @@ class CssPageWeaver_Dict {
|
|||
async importJson(dir, file) {
|
||||
|
||||
try {
|
||||
console.log(`${dir}/${file}`);
|
||||
const response = await fetch(`${dir}/${file}`);
|
||||
if (!response.ok) {
|
||||
throw new Error(`🚨 Oups. Can't find ${file} in ${this.getIdFromPath(dir)}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue