* @private * Check for disabled friendly errors. * This is overridden in the addon function to check the p5 instance.
()
| 64 | * This is overridden in the addon function to check the p5 instance. |
| 65 | */ |
| 66 | static friendlyErrorsDisabled() { |
| 67 | return true; |
| 68 | } |
| 69 | |
| 70 | // This is how it comes in with createVector() |
| 71 | // This check if the first argument is a function |
no outgoing calls
no test coverage detected