@netlify/build 26.3.3 → 26.3.4
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@netlify/build",
|
|
3
|
-
"version": "26.3.
|
|
3
|
+
"version": "26.3.4",
|
|
4
4
|
"description": "Netlify build module",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": "./src/core/main.js",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"js-yaml": "^4.0.0",
|
|
79
79
|
"keep-func-props": "^4.0.0",
|
|
80
80
|
"locate-path": "^7.0.0",
|
|
81
|
-
"log-process-errors": "^
|
|
81
|
+
"log-process-errors": "^8.0.0",
|
|
82
82
|
"map-obj": "^5.0.0",
|
|
83
83
|
"memoize-one": "^6.0.0",
|
|
84
84
|
"os-name": "^5.0.0",
|
|
@@ -16,7 +16,7 @@ export const handleError = async function (error, verbose) {
|
|
|
16
16
|
// On uncaught exceptions and unhandled rejections, print the stack trace.
|
|
17
17
|
// Also, prevent child processes from crashing on uncaught exceptions.
|
|
18
18
|
export const handleProcessErrors = function () {
|
|
19
|
-
logProcessErrors({ log: handleProcessError, exitOn: []
|
|
19
|
+
logProcessErrors({ log: handleProcessError, exitOn: [] })
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
const handleProcessError = async function (error, level, originalError) {
|