Skip to content

Creating new Variant fail #152

Description

@Taxman972

I can create a variant without without getting this error
Process exited with code 2147483651

Here my code:

function main () {
  try {
    const winax = require("winax");
    const Variant = winax.Variant;
    // const variant_zero = new Variant(0,"int"); // error
    const variant_zero = new Variant(0); // error
    console.log(variant_zero);
  } catch (error) {
    console.log(error);
  }
}
main();

Node 22.11.0
Winax 3.6.1 and Winax 3.6.2

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions