fix(next): removes reliance on instanceof from api error formatting (#5482)

This commit is contained in:
Jacob Fletcher
2024-03-27 09:06:47 -04:00
committed by GitHub
parent dd37519185
commit a8082c551b
6 changed files with 98 additions and 36 deletions

2
.vscode/launch.json vendored
View File

@@ -10,7 +10,7 @@
"cwd": "${workspaceFolder}"
},
{
"command": "pnpm run dev _community -- --no-turbo",
"command": "node --no-deprecation test/dev.js fields",
"cwd": "${workspaceFolder}",
"name": "Run Dev Community",
"request": "launch",