You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If when I create an object of class Invoice I pass a non-existent template then I get the following error:
/home/ns16/projects/viscur/license/invoice_server/node_modules/nodeice/lib/index.js:266
callback(err, data[1], data[0]);
^
TypeError: Cannot read property '1' of undefined
at /home/ns16/projects/viscur/license/invoice_server/node_modules/nodeice/lib/index.js:266:35
at done (/home/ns16/projects/viscur/license/invoice_server/node_modules/one-by-one/lib/index.js:27:18)
at /home/ns16/projects/viscur/license/invoice_server/node_modules/one-by-one/lib/index.js:57:24
at /home/ns16/projects/viscur/license/invoice_server/node_modules/nodeice/lib/index.js:117:28
at /home/ns16/projects/viscur/license/invoice_server/node_modules/nodeice/lib/index.js:69:32
at ReadFileContext.callback (/home/ns16/projects/viscur/license/invoice_server/node_modules/same-time/lib/index.js:71:22)
at FSReqWrap.readFileAfterOpen [as oncomplete] (fs.js:237:13)
The text was updated successfully, but these errors were encountered:
If when I create an object of class Invoice I pass a non-existent template then I get the following error:
The text was updated successfully, but these errors were encountered: