From 0a9e8b1d0fbb31aa3d892234fb58355171ef9717 Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Sun, 3 May 2020 19:17:04 -0400 Subject: [PATCH] output info --- src/installer.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/installer.ts b/src/installer.ts index d05f5d78..c826e916 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -97,6 +97,7 @@ export async function getNode( // console.log('Adding to the cache ...'); toolPath = await tc.cacheDir(extPath, 'node', info.resolvedVersion); + console.log('Done') } //