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
Mon, Mar 10, 10:50 AM (12 h, 31 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7430545
Default Alt Text
D12695.diff (574 B)

Event Timeline