MiniZinc / minizinc-js

Use MiniZinc in the browser or with NodeJS
https://js.minizinc.dev
Mozilla Public License 2.0
31 stars 8 forks source link

Fix typo bug in handling of Node files #29

Closed Dane99 closed 7 months ago

Dane99 commented 7 months ago

Fixes typo bug in the addFile method attempting to access non-existent use property on filename string.

cyderize commented 7 months ago

Thanks!