Plugin loader doesn't support circular requires #618
Labels
api: cloudtrace
Issues related to the googleapis/cloud-trace-nodejs API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
In mysql2,
lib/pool.js
andindex.js
require each other. This causes an issue when the former is patched (like in #607), as the result ofrequire('lib/pool.js')
is an uninitialized placeholder object.The text was updated successfully, but these errors were encountered: