[react-packager] Update worker-farm to get custom error props

Summary:
@public
In my previous worker-farm update, the implementation wasn't complete.
Errors only passed the "data" property. This fixes the problem by passing all custom
props.

Test Plan:
1. `./Libraries/FBReactKit/runJestTests.sh`
2. `./Libraries/FBReactKit/runJestTests.sh PackagerIntegration`
This commit is contained in:
Amjad Masad 2015-05-22 08:46:16 -07:00
parent fe4b4c2d83
commit eec67aff4d
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
"stacktrace-parser": "git://github.com/frantic/stacktrace-parser.git#493c5e5638",
"uglify-js": "~2.4.16",
"underscore": "1.7.0",
"worker-farm": "^1.3.0",
"worker-farm": "^1.3.1",
"ws": "0.4.31",
"yargs": "1.3.2"
},