Skip to content

Commit dd3f5e0

Browse files
Avoid confusing "empty" values.
1 parent 9e546dd commit dd3f5e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/board/data-logging.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export class DataLogging {
4444

4545
beginRow() {
4646
this.row = new Array(this.headings.length);
47+
this.row.fill("");
4748
return MICROBIT_HAL_DEVICE_OK;
4849
}
4950

0 commit comments

Comments
 (0)