Skip to content

Commit f7126a2

Browse files
committed
Debug with echo.
1 parent 237e4e2 commit f7126a2

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
@@ -16,6 +16,8 @@ async function run(): Promise<void> {
1616
const ftpUrl = "https://ftp.gnu.org/gnu/emacs/windows/emacs-" + emacs_major_ver + "/";
1717
let zipPath = ftpUrl + emacs_dot_var;
1818

19+
console.log(emacs_dot_var);
20+
1921
switch (emacs_dot_var) {
2022
case "23.4":
2123
case "24.1":

0 commit comments

Comments
 (0)