mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-python
synced 2025-08-03 15:50:39 +08:00
3 lines
111 B
JavaScript
3 lines
111 B
JavaScript
var async_hooks = {};
|
|
try { async_hooks = require("async_hooks"); } catch (e) { }
|
|
module.exports = async_hooks; |