| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 840f509 commit 54fefda
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -132,7 +132,7 @@ void WasmStreamingObject::Finish(const FunctionCallbackInfo<Value>& args) { | |||
| 132 | 132 | CHECK(obj->streaming_); | |
| 133 | 133 | ||
| 134 | 134 | CHECK_EQ(args.Length(), 0); | |
| 135 | - obj->streaming_->Finish(); | ||
| 135 | + obj->streaming_->Finish(WasmStreaming::ModuleCachingCallback{}); | ||
| 136 | 136 | } | |
| 137 | 137 | ||
| 138 | 138 | void WasmStreamingObject::Abort(const FunctionCallbackInfo<Value>& args) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments