Skip to content

Commit

Permalink
Update view.js (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Nov 4, 2024
1 parent 3ffb926 commit d27bc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -5300,7 +5300,7 @@ view.Context = class {

async fetch(file) {
const stream = await this._context.request(file, null, this._base);
return new view.Context(this, file, stream, new Map());
return new view.Context(this, file, stream);
}

async require(id) {
Expand Down

0 comments on commit d27bc43

Please sign in to comment.