throw an error to check behavior

This commit is contained in:
Graham Christensen 2024-04-11 11:47:12 -04:00
parent f36b4187cb
commit 35c3f12d0a

View file

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