mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-python
synced 2025-12-17 05:39:49 +08:00
3 lines
75 B
JavaScript
3 lines
75 B
JavaScript
var v8 = {};
|
|
try { v8 = require("v8"); } catch (e) { }
|
|
module.exports = v8; |