Skip to content

Commit aca22af

Browse files
committed
Add cons.
1 parent 474a70b commit aca22af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ async function run(): Promise<void> {
7373
core.exportVariable("PATH", `${PATH};${emacsRoot}`);
7474
core.exportVariable("PATH", `${PATH};${emacsBin}`);
7575

76+
console.log("emacsRoot: " + emacsRoot);
77+
console.log("emacsBin: " + emacsBin);
78+
7679
await exec.exec("dir c:\\emacs");
7780

7881
core.endGroup();

0 commit comments

Comments
 (0)