tact-lang / tact

Tact compiler main repository
https://tact-lang.org
MIT License
363 stars 100 forks source link

`yarn gen` produces Node.js warnings #301

Open anton-trunov opened 5 months ago

anton-trunov commented 5 months ago

For example:

$ yarn gen
...
💼 Compiling project treasure...
   > Treasure: tact compiler
   > Treasure: func compiler
> (node:77927) MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 unhandledRejection listeners added to [process]. Use emitter.setMaxListeners() to increase limit
...
Gusarich commented 2 months ago

duplicate of #156