Skip to content

Commit aec3e9e

Browse files
committed
fix: logging message when logging matrix
1 parent 1082669 commit aec3e9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/excel.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ const exportFile = (
5353
if (exportAs.type === "filepath") {
5454
return XLSX.writeFile(wb, exportAs.path);
5555
}
56+
57+
return null;
5658
};
5759

5860
export const exportmeExcelAdvanced = ({
@@ -97,7 +99,7 @@ export const exportmeExcelAdvanced = ({
9799

98100
if (loggingMatrix) {
99101
console.info(
100-
`💡 Excel-Ent - Logging Matrix: ${JSON.stringify(rowsAdapter)}`
102+
`💡 Excel-Ent:Logging-Matrix: ${JSON.stringify(rowsAdapter)}`
101103
);
102104
}
103105

0 commit comments

Comments
 (0)