Skip to content

Commit

Permalink
Set default of EnforceModules to exception in runtime
Browse files Browse the repository at this point in the history
Reviewed By: jamesjwu

Differential Revision: D40518911

fbshipit-source-id: 8a42a9aae9155520a5b60ea085bf6a8238329e74
  • Loading branch information
oulgen authored and facebook-github-bot committed Oct 20, 2022
1 parent bd4570d commit 886a89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hphp/runtime/base/runtime-option.h
Expand Up @@ -1326,7 +1326,7 @@ struct RuntimeOption {
* 1 - Warn \
* 2 - Throw exception \
*/ \
F(uint32_t, EnforceModules, 1) \
F(uint32_t, EnforceModules, 2) \
/* \
* Controls behavior on reflection to default value expressions \
* that throw during evaluation \
Expand Down

0 comments on commit 886a89f

Please sign in to comment.