Skip to content

Commit

Permalink
Merge branch 'resolve-all' of github.com:uqbar-project/wollok-ts into…
Browse files Browse the repository at this point in the history
… resolve-all
  • Loading branch information
ivojawer committed Feb 4, 2025
2 parents c5ffce3 + c353ebb commit 4d2eeb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/wre/lang.ts
Original file line number Diff line number Diff line change
Expand Up @@ -969,6 +969,11 @@ const lang: Natives = {

},

io: {
*serve(): Execution<RuntimeValue> {
return yield* this.reify(false)
},
},
}

export default lang

0 comments on commit 4d2eeb2

Please sign in to comment.