[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:
parent
fe4b4c2d83
commit
eec67aff4d
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue