Skip to content

Commit

Permalink
chore: log path to jobs file
Browse files Browse the repository at this point in the history
  • Loading branch information
darlanalves authored Jun 1, 2024
1 parent 7fa4f6c commit 94d8136
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ function loadJobs() {
}

try {
console.log("Loading " + jobsFile);
const src = readFileSync(jobsFile, "utf8");

if (jobsFile.endsWith(".yaml") || jobsFile.endsWith(".yml")) {
Expand Down

0 comments on commit 94d8136

Please sign in to comment.