Update app.js

master
Andy Smy 2025-04-17 18:50:14 +01:00 committed by GitHub
parent 09a87588ed
commit 779232be61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ function addLog(timeSig, over, ball, matchEvent, metaData) {
var csv = [
formatTimeOfDay(timeSig),
over, ball,
matchEvent, metaData + " "
matchEvent, metaData
];
// Write data here
file.write(csv.join(",")+"\n");