mirror of
https://github.com/actions/setup-python.git
synced 2025-06-15 00:37:13 +02:00
Initial pass
This commit is contained in:
13
node_modules/husky/lib/runner/bin.js
generated
vendored
Normal file
13
node_modules/husky/lib/runner/bin.js
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
var __importDefault = (this && this.__importDefault) || function (mod) {
|
||||
return (mod && mod.__esModule) ? mod : { "default": mod };
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const _1 = __importDefault(require("./"));
|
||||
// Run hook
|
||||
_1.default(process.argv)
|
||||
.then((status) => process.exit(status))
|
||||
.catch((err) => {
|
||||
console.log('Husky > unexpected error', err);
|
||||
process.exit(1);
|
||||
});
|
Reference in New Issue
Block a user