ns func to flume and destroy wd

This commit is contained in:
Olivier Gagnon
2022-04-13 17:34:02 -04:00
parent 93eb5e2d78
commit 9281cbe559
4 changed files with 70 additions and 5 deletions
-5
View File
@@ -24,9 +24,4 @@ export class Program {
this.create = create;
this.run = run;
}
htmlID(): string {
const name = this.name.endsWith(".exe") ? this.name.slice(0, -".exe".length) : this.name;
return "create-program-" + name;
}
}