Page MenuHomePhabricator

D12695.diff
No OneTemporary

D12695.diff

diff --git a/src/lint/linter/ArcanistJSHintLinter.php b/src/lint/linter/ArcanistJSHintLinter.php
--- a/src/lint/linter/ArcanistJSHintLinter.php
+++ b/src/lint/linter/ArcanistJSHintLinter.php
@@ -134,7 +134,7 @@
protected function parseLinterOutput($path, $err, $stdout, $stderr) {
$errors = null;
try {
- $error = phutil_json_decode($stdout);
+ $errors = phutil_json_decode($stdout);
} catch (PhutilJSONParserException $ex) {
// Something went wrong and we can't decode the output. Exit abnormally.
throw new PhutilProxyException(

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 26, 1:57 PM (17 h, 6 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6789708
Default Alt Text
D12695.diff (574 B)

Event Timeline