We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366a977 commit fc5bcf6Copy full SHA for fc5bcf6
1 file changed
src/ssg/lib/fileSystemHelpers.js
@@ -85,6 +85,22 @@ const atomicFS = (() => {
85
`)
86
await sleep(delayMS)
87
continue
88
+ } else {
89
+ console.log(`
90
+ + + + +
91
+ Caught other error or maxRetries is reached (${i}/${maxRetries})
92
+
93
+ function:
94
+ `)
95
+ console.log(fn.toString())
96
97
98
+ error:
99
100
+ console.log(error)
101
102
103
104
}
105
throw error
106
0 commit comments