Skip to content

Commit 4b29a2a

Browse files
committed
canary
1 parent a678032 commit 4b29a2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/runner/lightning.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ import Project from "@openfn/project";
33
import { $ } from "bun";
44
import { loadArgs } from "./util";
55

6+
console.log(process.env.OPENFN_RUNNER_ARGS);
7+
console.log(process.env);
8+
69
const options = loadArgs();
710

811
const lightningPath = options.lng;

0 commit comments

Comments
 (0)