[javascriptlint-commit] SF.net SVN: javascriptlint:[376] trunk/javascriptlint/jsl.py
Status: Beta
Brought to you by:
matthiasmiller
|
From: <mat...@us...> - 2018-01-02 21:36:46
|
Revision: 376
http://sourceforge.net/p/javascriptlint/code/376
Author: matthiasmiller
Date: 2018-01-02 21:36:45 +0000 (Tue, 02 Jan 2018)
Log Message:
-----------
Fix exception when running with blank command line.
Modified Paths:
--------------
trunk/javascriptlint/jsl.py
Modified: trunk/javascriptlint/jsl.py
===================================================================
--- trunk/javascriptlint/jsl.py 2018-01-02 21:26:49 UTC (rev 375)
+++ trunk/javascriptlint/jsl.py 2018-01-02 21:36:45 UTC (rev 376)
@@ -18,7 +18,7 @@
_lint_results = {
'warning': 0,
- 'errors': 0
+ 'error': 0
}
def _dump(paths, encoding):
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|