added redirect verb

This commit is contained in:
Dave Horton
2020-01-27 08:35:31 -05:00
parent 6f51ebacee
commit bed4fa1f42
6 changed files with 55 additions and 7 deletions

View File

@@ -25,6 +25,10 @@ class Task extends Emitter {
return this.cs;
}
toJSON() {
return this.data;
}
async exec(cs) {
this.cs = cs;