mirror of
https://github.com/actions/setup-java.git
synced 2025-07-01 13:24:16 +00:00
Fix.
This commit is contained in:
parent
596a6da241
commit
c1a589c5b6
7078 changed files with 1882834 additions and 319 deletions
16
node_modules/husky/lib/runner/bin.js
generated
vendored
Normal file
16
node_modules/husky/lib/runner/bin.js
generated
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
"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("./"));
|
||||
const debug_1 = __importDefault(require("../debug"));
|
||||
// Debug
|
||||
debug_1.default(`cwd: ${process.cwd()}`);
|
||||
// Run hook
|
||||
_1.default(process.argv)
|
||||
.then((status) => process.exit(status))
|
||||
.catch((err) => {
|
||||
console.log('Husky > unexpected error', err);
|
||||
process.exit(1);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue