Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hocgin committed Aug 23, 2024
2 parents b32f53e + a726db3 commit e0df035
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const core_1 = __nccwpck_require__(9483);
const github = __importStar(__nccwpck_require__(7586));
const path_1 = __importDefault(__nccwpck_require__(1017));
const fs_1 = __importDefault(__nccwpck_require__(7147));
const process = __importStar(__nccwpck_require__(7742));
const octokit = (() => {
let token = process.env.GITHUB_TOKEN;
if (!token) {
Expand Down Expand Up @@ -94,6 +95,7 @@ function run(input) {
const absPath = path_1.default.join(baseDir, path_1.default.dirname(file), path_1.default.basename(file));
if (!fs_1.default.existsSync(absPath)) {
(0, core_1.warning)(`not found file. baseDir = ${baseDir}, absPath = ${absPath}, __dirname = ${__dirname}`);
(0, core_1.info)(`file files = ${fs_1.default.readdirSync(file)}`);
(0, core_1.info)(`baseDir files = ${fs_1.default.readdirSync(baseDir)}`);
(0, core_1.info)(`relative files = ${fs_1.default.readdirSync(path_1.default.relative(__dirname, file))}`);
}
Expand Down Expand Up @@ -32656,6 +32658,14 @@ module.exports = require("node:events");

/***/ }),

/***/ 7742:
/***/ ((module) => {

"use strict";
module.exports = require("node:process");

/***/ }),

/***/ 4492:
/***/ ((module) => {

Expand Down

0 comments on commit e0df035

Please sign in to comment.