 Chromium Code Reviews
 Chromium Code Reviews Issue 2066113002:
  Add location information to the JSON reporter.  (Closed) 
  Base URL: git@github.com:dart-lang/test@master
    
  
    Issue 2066113002:
  Add location information to the JSON reporter.  (Closed) 
  Base URL: git@github.com:dart-lang/test@master| Index: lib/src/runner.dart | 
| diff --git a/lib/src/runner.dart b/lib/src/runner.dart | 
| index 29f28b061873fac52054cf3ca0a76aeac3c5aea2..dadc4d7c9fdfbbcb4ba06b3c84e10aa64ea7d9e9 100644 | 
| --- a/lib/src/runner.dart | 
| +++ b/lib/src/runner.dart | 
| @@ -89,7 +89,7 @@ class Runner { | 
| case "json": | 
| reporter = JsonReporter.watch(engine, | 
| - verboseTrace: config.verboseTrace); | 
| + verboseTrace: config.verboseTrace, jsLocations: !config.jsTrace); | 
| break; | 
| } |