Commit b72f899d authored by Jérome Perrin's avatar Jérome Perrin

log error when there's a problem importing a file

parent d278c023
......@@ -125,6 +125,7 @@
}
} catch (e) {
alert('Loading data failed.');
console.error(e);
}
};
// Check if there is already data when we first load the page, if yes, then build graph from it
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment