From bc3cb187284bb7c3aadf325857f7da54ade4cabc Mon Sep 17 00:00:00 2001 From: Ricardo Cino Date: Mon, 13 Jun 2022 12:27:47 +0000 Subject: [PATCH] Code style issue --- src/main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.ts b/src/main.ts index 9ec73213..a94f68e1 100644 --- a/src/main.ts +++ b/src/main.ts @@ -37,7 +37,6 @@ export async function run() { (core.getInput('check-latest') || 'false').toUpperCase() === 'TRUE'; await installer.getNode(version, stable, checkLatest, auth, arch); } - } catch (err) { core.setFailed(err.message); }