mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-05 09:29:07 +08:00
RN: Fix Broken Symbolication
Reviewed By: fkgozali Differential Revision: D4159009 fbshipit-source-id: 6f91428a769db820c49d7300138a06350f52e63e
This commit is contained in:
committed by
Facebook Github Bot
parent
7596e1aaec
commit
ad95aea51d
2
packager/react-packager/src/Server/index.js
vendored
2
packager/react-packager/src/Server/index.js
vendored
@@ -728,7 +728,7 @@ class Server {
|
||||
const symbolicatingLogEntry =
|
||||
print(log(createActionStartEntry('Symbolicating')));
|
||||
|
||||
new Promise.resolve(req.rawBody).then(body => {
|
||||
Promise.resolve(req.rawBody).then(body => {
|
||||
const stack = JSON.parse(body).stack;
|
||||
|
||||
// In case of multiple bundles / HMR, some stack frames can have
|
||||
|
||||
Reference in New Issue
Block a user