[Question] How does await FileSystem work?
james-pre opened this issue · 0 comments
james-pre commented
In the source, we have await new FileSystem();
.
How does one add this behavior with another class that needs FileSystem (so that the await can bubble)? Having the await call inside the class constructor / body doesn't work.