Skip to content

Commit

Permalink
fix: provide userlogger to edge-bundler (#5317)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt authored Oct 9, 2023
1 parent 5d91c31 commit e1f2a36
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 98 deletions.
192 changes: 96 additions & 96 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@honeycombio/opentelemetry-node": "^0.5.0",
"@netlify/cache-utils": "^5.1.5",
"@netlify/config": "^20.9.0",
"@netlify/edge-bundler": "8.20.0",
"@netlify/edge-bundler": "9.2.0",
"@netlify/framework-info": "^9.8.10",
"@netlify/functions-utils": "^5.2.30",
"@netlify/git-utils": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/build/src/log/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const logWarningSubHeader = function (logs: BufferedLogs | undefined, str

// Combines an array of elements into a single string, separated by a space,
// and with basic serialization of non-string types
const reduceLogLines = function (lines) {
export const reduceLogLines = function (lines) {
return lines
.map((input) => {
if (input instanceof Error) {
Expand Down
Loading

0 comments on commit e1f2a36

Please sign in to comment.