added console logging
parent
a3561498e4
commit
439c3db814
|
|
@ -13,6 +13,7 @@
|
|||
Util.showModal("Loading...");
|
||||
dataElement.innerHTML = "";
|
||||
Puck.eval('require("Storage").list(/heart_rate_data\\.csv\\x01/)', files => {
|
||||
console.log("Files found:", files); // Add this line to check files
|
||||
if (files.length == 0) {
|
||||
dataElement.innerHTML = "<p>No heart rate data found</p>";
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue