Skip to content

Commit

Permalink
Make error handler test less verbose (facebookarchive#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
Herman Venter authored Jun 12, 2017
1 parent 61787d1 commit f49ce47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-error-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function runTest(name: string, code: string): boolean {
try {
prepack(code, {
filename: name,
internalDebug: true,
internalDebug: false,
compatibility: "jsc-600-1-4-17",
mathRandomSeed: "0",
serialize: true,
Expand Down

0 comments on commit f49ce47

Please sign in to comment.