diff --git a/packages/breadboard-web/src/make-graphs.ts b/packages/breadboard-web/src/make-graphs.ts index 5b55315b038..42cf82ab886 100644 --- a/packages/breadboard-web/src/make-graphs.ts +++ b/packages/breadboard-web/src/make-graphs.ts @@ -116,7 +116,7 @@ async function savePythonBoard( return manifestEntry; } catch (e) { - throw new Error(`Error loading ${filePath}: ${e}`); + console.error(`Error loading ${filePath}: ${e}`); } }