(part)
| 303 | } |
| 304 | |
| 305 | onPart(part) { |
| 306 | // this method can be overwritten by the user |
| 307 | return this._handlePart(part); |
| 308 | } |
| 309 | |
| 310 | async _handlePart(part) { |
| 311 | if (part.originalFilename && typeof part.originalFilename !== 'string') { |
no test coverage detected