mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-01 12:29:35 +01:00
fix: 🐛 gulp error so that error in sending data does not affect the action triggering it
This commit is contained in:
parent
c7275ef85b
commit
e73865b880
@ -187,7 +187,8 @@
|
||||
headers,
|
||||
})
|
||||
.then(res => res.text())
|
||||
.then(text => (cache = text));
|
||||
.then(text => (cache = text))
|
||||
.catch(() => {}); // no-op, gulp error
|
||||
};
|
||||
|
||||
const track = (obj, data) => {
|
||||
|
Loading…
Reference in New Issue
Block a user