Drop the forced error
This commit is contained in:
parent
bb3c9e5344
commit
05970a0694
3
dist/index.js
generated
vendored
3
dist/index.js
generated
vendored
|
@ -98344,11 +98344,8 @@ function action_input_bool(name) {
|
||||||
function main() {
|
function main() {
|
||||||
const installer = new NixInstallerAction();
|
const installer = new NixInstallerAction();
|
||||||
installer.idslib.onMain(async () => {
|
installer.idslib.onMain(async () => {
|
||||||
throw new Error("hello!");
|
|
||||||
/*
|
|
||||||
await installer.detectAndForceDockerShim();
|
await installer.detectAndForceDockerShim();
|
||||||
await installer.install();
|
await installer.install();
|
||||||
*/
|
|
||||||
});
|
});
|
||||||
installer.idslib.onPost(async () => {
|
installer.idslib.onPost(async () => {
|
||||||
await installer.cleanupDockerShim();
|
await installer.cleanupDockerShim();
|
||||||
|
|
3
dist/main.js
generated
vendored
3
dist/main.js
generated
vendored
|
@ -781,11 +781,8 @@ function action_input_bool(name) {
|
||||||
function main() {
|
function main() {
|
||||||
const installer = new NixInstallerAction();
|
const installer = new NixInstallerAction();
|
||||||
installer.idslib.onMain(async () => {
|
installer.idslib.onMain(async () => {
|
||||||
throw new Error("hello!");
|
|
||||||
/*
|
|
||||||
await installer.detectAndForceDockerShim();
|
await installer.detectAndForceDockerShim();
|
||||||
await installer.install();
|
await installer.install();
|
||||||
*/
|
|
||||||
});
|
});
|
||||||
installer.idslib.onPost(async () => {
|
installer.idslib.onPost(async () => {
|
||||||
await installer.cleanupDockerShim();
|
await installer.cleanupDockerShim();
|
||||||
|
|
|
@ -1025,11 +1025,8 @@ function main(): void {
|
||||||
const installer = new NixInstallerAction();
|
const installer = new NixInstallerAction();
|
||||||
|
|
||||||
installer.idslib.onMain(async () => {
|
installer.idslib.onMain(async () => {
|
||||||
throw new Error("hello!");
|
|
||||||
/*
|
|
||||||
await installer.detectAndForceDockerShim();
|
await installer.detectAndForceDockerShim();
|
||||||
await installer.install();
|
await installer.install();
|
||||||
*/
|
|
||||||
});
|
});
|
||||||
|
|
||||||
installer.idslib.onPost(async () => {
|
installer.idslib.onPost(async () => {
|
||||||
|
|
Loading…
Reference in a new issue