Closed Eskibear closed 6 years ago
About implementation of continuation-local-storage, refer to: https://github.com/nodejs/node-v0.x-archive/issues/5243
continuation-local-storage
Now simply use:
TelemetryWrapper.registerCommand("commandName", (args: any[]): void => { // TODO TelemetryWrapper.currentSession().id; } );
@akaroml
@ansyral
About implementation of
continuation-local-storage
, refer to: https://github.com/nodejs/node-v0.x-archive/issues/5243Now simply use: