stackgl / shader-school

:mortar_board: A workshopper for GLSL shaders and graphics programming
Other
4.28k stars 252 forks source link

12-geom-1 crashes #124

Open utensil opened 9 years ago

utensil commented 9 years ago
Error: unexpected EOF at line 34 while parsing file: /usr/local/lib/node_modules/shader-school/exercises/geom-1/index.js
    at unexpected (/usr/local/lib/node_modules/shader-school/node_modules/glslify/node_modules/glslify-stream/node_modules/glsl-parser/lib/index.js:651:26)
    at Stream.end (/usr/local/lib/node_modules/shader-school/node_modules/glslify/node_modules/glslify-stream/node_modules/glsl-parser/lib/index.js:205:7)
    at _end (/usr/local/lib/node_modules/shader-school/node_modules/glslify/node_modules/glslify-stream/node_modules/glsl-parser/node_modules/through/index.js:65:9)
    at Stream.stream.end (/usr/local/lib/node_modules/shader-school/node_modules/glslify/node_modules/glslify-stream/node_modules/glsl-parser/node_modules/through/index.js:74:5)
    at Stream.onend (stream.js:79:10)
    at Stream.emit (events.js:117:20)
    at drain (/usr/local/lib/node_modules/shader-school/node_modules/glslify/node_modules/glslify-stream/node_modules/through/index.js:33:23)
    at Stream.stream.queue (/usr/local/lib/node_modules/shader-school/node_modules/glslify/node_modules/glslify-stream/node_modules/through/index.js:41:5)
    at Stream.end (/usr/local/lib/node_modules/shader-school/node_modules/glslify/node_modules/glslify-stream/node_modules/glsl-tokenizer/index.js:100:12)
    at _end (/usr/local/lib/node_modules/shader-school/node_modules/glslify/node_modules/glslify-stream/node_modules/through/index.js:60:9)

I'm on Mac Book Pro , Mac OS X 10.10.1, node 0.10.33, npm 2.1.8, shade-school 1.1.0 .