mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 19:33:29 +00:00
update debug to info
This commit is contained in:
parent
7faf95d67a
commit
cc6c47bafb
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
@ -97572,7 +97572,7 @@ function installCpythonFromRelease(release) {
|
|||||||
core.info(err.message);
|
core.info(err.message);
|
||||||
}
|
}
|
||||||
if (err.stack) {
|
if (err.stack) {
|
||||||
core.debug(err.stack);
|
core.info(err.stack);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
throw err;
|
throw err;
|
||||||
|
@ -159,7 +159,7 @@ export async function installCpythonFromRelease(release: tc.IToolRelease) {
|
|||||||
core.info(err.message);
|
core.info(err.message);
|
||||||
}
|
}
|
||||||
if (err.stack) {
|
if (err.stack) {
|
||||||
core.debug(err.stack);
|
core.info(err.stack);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
throw err;
|
throw err;
|
||||||
|
Loading…
Reference in New Issue
Block a user