diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-02-28 16:58:11 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-02-28 16:58:11 +0100 |
| commit | 0801726d7a3fd18fb7c4d1ec92e3581699d95ccc (patch) | |
| tree | 67456f414ad3b08f787117b9c88023f45a02d02d /client/tables.js | |
| parent | ce570d47b47017ee3fb42227e47ec345df08bd18 (diff) | |
fix lfw commerical use csv
Diffstat (limited to 'client/tables.js')
| -rw-r--r-- | client/tables.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/tables.js b/client/tables.js index 2f4214e1..3fadb797 100644 --- a/client/tables.js +++ b/client/tables.js @@ -71,6 +71,7 @@ export default function append(el, payload) { table.setData(data) el.classList.add('loaded') } catch (e) { + console.error("error making json:", payload.url) console.error(e) // console.log(text) |
