Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14094043
D12695.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
574 B
Referenced Files
None
Subscribers
None
D12695.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D12695: Fix a typo
Attached
Detach File
Event Timeline
Log In to Comment