We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fda4f6 commit 6e6f1eeCopy full SHA for 6e6f1ee
src/main.ts
@@ -58,6 +58,8 @@ async function run(): Promise<void> {
58
const emacsZip = await tc.downloadTool(zipPath);
59
const emacsDir = await tc.extractZip(emacsZip, __dirname);
60
61
+ await exec.exec("dir");
62
+
63
const emacsBin = emacsDir + "\\bin";
64
console.log("emacsBin: " + emacsBin);
65
const cachtedPath = await tc.cacheDir(emacsBin, "emacs", dot_ver);
0 commit comments