From eec67aff4d883be83f06038e1bcac06bb5034a5f Mon Sep 17 00:00:00 2001 From: Amjad Masad Date: Fri, 22 May 2015 08:46:16 -0700 Subject: [PATCH] [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` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c4fa493dca..a2c7a38b408 100644 --- a/package.json +++ b/package.json @@ -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" },