Skip to content

Commit 6e6f1ee

Browse files
committed
Try dir.
1 parent 6fda4f6 commit 6e6f1ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ async function run(): Promise<void> {
5858
const emacsZip = await tc.downloadTool(zipPath);
5959
const emacsDir = await tc.extractZip(emacsZip, __dirname);
6060

61+
await exec.exec("dir");
62+
6163
const emacsBin = emacsDir + "\\bin";
6264
console.log("emacsBin: " + emacsBin);
6365
const cachtedPath = await tc.cacheDir(emacsBin, "emacs", dot_ver);

0 commit comments

Comments
 (0)