fix: 🐛 gulp error so that error in sending data does not affect the action triggering it
This commit is contained in:
@@ -187,7 +187,8 @@
|
|||||||
headers,
|
headers,
|
||||||
})
|
})
|
||||||
.then(res => res.text())
|
.then(res => res.text())
|
||||||
.then(text => (cache = text));
|
.then(text => (cache = text))
|
||||||
|
.catch(() => {}); // no-op, gulp error
|
||||||
};
|
};
|
||||||
|
|
||||||
const track = (obj, data) => {
|
const track = (obj, data) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user