Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing #pragma once to JsErrorHandler.h (facebook#36964)
Summary: Pull Request resolved: facebook#36964 Changelog: [Internal] W/o #pragma once, .cpp files would include the same header file content multiple times leading to compile errors as ``` react-native-github/packages/react-native/ReactCommon/jserrorhandler/JsErrorHandler.h:14:6: note: unguarded header; consider using #ifdef guards or #pragma once enum JSErrorHandlerKey : uint16_t { ^ ``` Reviewed By: shwanton Differential Revision: D45100413 fbshipit-source-id: 9a8a03624b9475506caf1e485dc8a06a7f14c1e5
- Loading branch information