oesmith / ralio

A usable command-line client for Rally
https://github.com/oesmith/ralio
30 stars 21 forks source link

Bug fixes and a little bit more :) #4

Closed igorescobar closed 11 years ago

igorescobar commented 11 years ago

The task._ref instruction throws an error when the typed task doesn't exist. /usr/local/share/npm/lib/node_modules/ralio/lib/ralio.js:196 _ref: task._ref, ^ TypeError: Cannot read property '_ref' of undefined at Ralio.setTaskState (/usr/local/share/npm/lib/node_modules/ralio/lib/ralio.js:196:21) at Request.Ralio.bulk as _callback at Request.init.self.callback (/usr/local/share/npm/lib/node_modules/ralio/node_modules/request/main.js:120:22) at Request.EventEmitter.emit (events.js:99:17) at Request. (/usr/local/share/npm/lib/node_modules/ralio/node_modules/request/main.js:555:16) at Request.EventEmitter.emit (events.js:96:17) at IncomingMessage.Request.start.self.req.self.httpModule.request.buffer (/usr/local/share/npm/lib/node_modules/ralio/node_modules/request/main.js:517:14) at IncomingMessage.EventEmitter.emit (events.js:126:20) at IncomingMessage._emitEnd (http.js:366:10) at HTTPParser.parserOnMessageComplete as onMessageComplete

igorescobar commented 11 years ago

There is a little bit more of changes:

oesmith commented 11 years ago

:+1:

oesmith commented 11 years ago

... and I've just published v0.0.10 to npm, with these changes included!

igorescobar commented 11 years ago

Awesome! ;)