Skip to content

Commit dff3b62

Browse files
committed
Remove dir.
1 parent bb69e0f commit dff3b62

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,11 @@ 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 dist");
62-
6361
let emacsBin = emacsDir + "\\bin";
6462
if (!fs.existsSync(emacsBin)) {
6563
emacsBin = emacsDir + "\\" + emacs_dot_var + "\\bin";
6664
}
6765

68-
console.log("emacsBin: " + emacsBin);
6966
const cachtedPath = await tc.cacheDir(emacsBin, "emacs", dot_ver);
7067
core.addPath(cachtedPath);
7168
core.exportVariable("PATH", "%PATH%;" + emacsBin);

0 commit comments

Comments
 (0)