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(); });