You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've only seen it in the repl, It goes away if I set AMQPTS_APPLICATIONNAME in the env, but it seems a little unnecessary to kill the require if it isn't set.
to reproduce, open a node repl in a folder that has amqp-ts installed in the node_modules. Then require('amqp-ts')
The text was updated successfully, but these errors were encountered:
The error traces to
https://github.com/abreits/amqp-ts/blob/master/src/amqp-ts.ts#L17
I've only seen it in the repl, It goes away if I set AMQPTS_APPLICATIONNAME in the env, but it seems a little unnecessary to kill the require if it isn't set.
to reproduce, open a node repl in a folder that has amqp-ts installed in the node_modules. Then
require('amqp-ts')
The text was updated successfully, but these errors were encountered: