I am following the Three Js journey course and in the example using ShaderMaterial, when there is an error in the vertexShader program, the console outputs all the lines of code in the console like the following:
But my console does not display all the lines, it simply states the error:
I was wondering how I can make Three Js show me all the lines of code when there is an error?