Skip to content

Commit

Permalink
chore: index fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Aug 16, 2024
1 parent eebf328 commit 7dd82e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import program from "./parser/payload";
import { run } from "./run";

run(program)
.then((result) => {
core?.setOutput("result", result);
})
.then((result) => core?.setOutput("result", result))
.catch((e) => {
console.error("Failed to run user-activity-watcher:", e);
core?.setFailed(e.toString());
Expand Down

0 comments on commit 7dd82e5

Please sign in to comment.