@wrongstack/webui 0.283.0 → 0.283.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/server/index.js
CHANGED
|
@@ -6662,6 +6662,7 @@ function makeUnconfiguredProvider() {
|
|
|
6662
6662
|
return {
|
|
6663
6663
|
id: "unconfigured",
|
|
6664
6664
|
capabilities: UNCONFIGURED_CAPABILITIES,
|
|
6665
|
+
// biome-ignore lint/correctness/useYield: Provider.stream must be an async generator; this unconfigured stub always throws before it can yield.
|
|
6665
6666
|
async *stream() {
|
|
6666
6667
|
throw new Error(message);
|
|
6667
6668
|
},
|