cmd - "Old Method" in Grunt output -


when running grunt command cmd (i.e. grunt serve, grunt test) output in command window has been showing hundreds of lines saying "old method" ~100 functions similar -

`function from_moz_switchstatement(m){     return new ast_switch({     start: my_start_token(m),     end: my_end_token(m),     expression: from_moz(m.discriminant),     body: m.cases.map(from_moz) }) }` 

this isn't stopping grunt tasks completing i'm worried may indicative of deeper issue. has started happening on last couple of days , i'm sure haven't changed grunt file in last few weeks. has come across this?


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -