output info

This commit is contained in:
Bryan MacFarlane 2020-05-03 19:18:32 -04:00
parent 0a9e8b1d0f
commit 2a0fbec10d
2 changed files with 2 additions and 1 deletions

1
dist/index.js vendored
View file

@ -13036,6 +13036,7 @@ function getNode(versionSpec, stable, token) {
// //
console.log('Adding to the cache ...'); console.log('Adding to the cache ...');
toolPath = yield tc.cacheDir(extPath, 'node', info.resolvedVersion); toolPath = yield tc.cacheDir(extPath, 'node', info.resolvedVersion);
console.log('Done');
} }
// //
// a tool installer initimately knows details about the layout of that tool // a tool installer initimately knows details about the layout of that tool

View file

@ -97,7 +97,7 @@ export async function getNode(
// //
console.log('Adding to the cache ...'); console.log('Adding to the cache ...');
toolPath = await tc.cacheDir(extPath, 'node', info.resolvedVersion); toolPath = await tc.cacheDir(extPath, 'node', info.resolvedVersion);
console.log('Done') console.log('Done');
} }
// //