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'); } //