const async_hooks = require("async_hooks"); function initAsyncTracking(trackedAsyncId) { const asyncHook = async_hooks.createHook({ // Initialise the async ...
確定! 回上一頁