Drop the forced error

This commit is contained in:
Graham Christensen 2024-04-11 11:51:24 -04:00
parent bb3c9e5344
commit 05970a0694
3 changed files with 0 additions and 9 deletions

3
dist/index.js generated vendored
View file

@ -98344,11 +98344,8 @@ function action_input_bool(name) {
function main() {
const installer = new NixInstallerAction();
installer.idslib.onMain(async () => {
throw new Error("hello!");
/*
await installer.detectAndForceDockerShim();
await installer.install();
*/
});
installer.idslib.onPost(async () => {
await installer.cleanupDockerShim();

3
dist/main.js generated vendored
View file

@ -781,11 +781,8 @@ function action_input_bool(name) {
function main() {
const installer = new NixInstallerAction();
installer.idslib.onMain(async () => {
throw new Error("hello!");
/*
await installer.detectAndForceDockerShim();
await installer.install();
*/
});
installer.idslib.onPost(async () => {
await installer.cleanupDockerShim();

View file

@ -1025,11 +1025,8 @@ function main(): void {
const installer = new NixInstallerAction();
installer.idslib.onMain(async () => {
throw new Error("hello!");
/*
await installer.detectAndForceDockerShim();
await installer.install();
*/
});
installer.idslib.onPost(async () => {