getappmap / appmap-node

AppMap client agent for Node.js
Other
9 stars 4 forks source link

TypeError: Cannot read properties of undefined (reading 'call') #159

Closed dustinbyrne closed 1 month ago

dustinbyrne commented 1 month ago

via npm test in nestjs/nest

Test cases:

NestContainer
       addModule
         should add global module when module is global:

NestContainer
       replaceModule
         should add global module when module is global:

Exception:

TypeError: Cannot read properties of undefined (reading 'call')
  at Module.set isGlobal [as isGlobal] (packages/core/injector/module.ts:1067:36)
  at NestContainer. (packages/core/injector/container.ts:758:28)
  at async NestContainer. (packages/core/injector/container.ts:723:20)
  at async Context. (packages/core/test/injector/container.spec.ts:63:7)
appland-release commented 1 month ago

:tada: This issue has been resolved in version 2.24.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: