github-pages-deploy-action/node_modules/pn/async_hooks.js

3 lines
111 B
JavaScript
Raw Normal View History

2020-01-28 13:07:56 +08:00
var async_hooks = {};
try { async_hooks = require("async_hooks"); } catch (e) { }
module.exports = async_hooks;