artiebits/pdf-to-printer

Issue Invalid package electron.asar file

adamwpe opened this issue · 2 comments

when trying to run function print, I get this error:
Invalid package C:\Electron\somedirectory\node_modules\electron\dist\resources\electron.asar
at createError (electron/js2c/asar_bundle.js:5)
at electron/js2c/asar_bundle.js:5
at s (bundle.js?50d2:1)
at s.next ()
at eval (bundle.js?50d2:1)
at new Promise ()
at w (bundle.js?50d2:1)
at Proxy.ontest (Maintenance.vue?cd97:263)

For this code:
print('C:\\PO.pdf', {}).then(function (result) { console.log(result) });

Any ideas?

Using Electron Version: 13.6.3

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

This issue was closed because it has been stalled for 5 days with no activity.