From 2a0fbec10dec7d35b0dd66bac5b6f641feab5aab Mon Sep 17 00:00:00 2001 From: Bryan MacFarlane Date: Sun, 3 May 2020 19:18:32 -0400 Subject: [PATCH] output info --- dist/index.js | 1 + src/installer.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index ef34dc0a..b274a664 100644 --- a/dist/index.js +++ b/dist/index.js @@ -13036,6 +13036,7 @@ function getNode(versionSpec, stable, token) { // console.log('Adding to the cache ...'); toolPath = yield tc.cacheDir(extPath, 'node', info.resolvedVersion); + console.log('Done'); } // // a tool installer initimately knows details about the layout of that tool diff --git a/src/installer.ts b/src/installer.ts index c826e916..6daed5d9 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -97,7 +97,7 @@ export async function getNode( // console.log('Adding to the cache ...'); toolPath = await tc.cacheDir(extPath, 'node', info.resolvedVersion); - console.log('Done') + console.log('Done'); } //