sproutcore / build-tools

SproutCore Build Tools
12 stars 7 forks source link

Crash when checking out another branch #32

Closed nicolasbadia closed 8 years ago

nicolasbadia commented 10 years ago

I experienced a crash when checking out another git branch. Here is the error:

crypto.js:209
  this._binding.update(data, encoding);
                ^
TypeError: Not a string or buffer
    at Hash.update (crypto.js:209:17)
    at BT.ImageFile.BT.File.extend.contentHash (/.../build-tools/lib/file_types/image.js:9:38)
    at SC.Observable.get (/.../build-tools/node_modules/sproutnode/frameworks/runtime/mixins/observable.js:214:103)
mauritslamers commented 10 years ago

can you figure out which (kind of) file that was? It could be that the content was empty and that there is no check for this specificallly.

mauritslamers commented 8 years ago

Any more information on this issue?

nicolasbadia commented 8 years ago

This issue as been fixed