Skip to content

Commit

Permalink
ci: up
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 27, 2024
1 parent 248b4d3 commit af771a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe(fileShortPath(import.meta.url), () => {
const hwnd = await OpenPrinter('Microsoft Print to PDF')
assert(hwnd)
const res = await ClosePrinter(hwnd)
assert(res, 'ClosePrinter() failed'
assert(res, 'ClosePrinter() failed')
})

})
Expand Down

0 comments on commit af771a9

Please sign in to comment.