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

3 lines
111 B
JavaScript
Raw Normal View History

2020-03-31 20:42:07 +08:00
var async_hooks = {};
try { async_hooks = require("async_hooks"); } catch (e) { }
module.exports = async_hooks;