Skip to content

Commit

Permalink
Update saveExcel.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua committed Sep 23, 2023
1 parent bc04cb5 commit 555b73d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/saveExcel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const saveExcel = (win: BrowserWindow, filename: string, workbook: WorkBook) =>
dialog.showMessageBox({
type: 'error',
title: 'System',
// @ts-ignore
message: `An error ocurred creating the file ${err.toString()}`,
})
caughtError = true
Expand Down

0 comments on commit 555b73d

Please sign in to comment.