From 35c3f12d0a4732a338f1f003a9c4ce1e62533a8a Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Thu, 11 Apr 2024 11:47:12 -0400 Subject: [PATCH] throw an error to check behavior --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index 062a6db..efc89c3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1025,6 +1025,7 @@ function main(): void { const installer = new NixInstallerAction(); installer.idslib.onMain(async () => { + throw new Error("hello!"); await installer.detectAndForceDockerShim(); await installer.install(); });