throw an error to check behavior
This commit is contained in:
parent
f36b4187cb
commit
35c3f12d0a
|
@ -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();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue