I think this happens because getLine returns a js array and a js array is not 
the same as a Nim tuple, the latter is like `{Field0: ..., Field1: ...}` in js 
as I tested. maybe you need to change the structure of the return value to fit 
a Nim tuple with js inside the importcpp.

Reply via email to