branch: elpa/typescript-mode
commit 46e032e932a19ba16ce4ed297b9c896ea4feb203
Author: Louis-Dominique Dubeau <[email protected]>
Commit: Louis-Dominique Dubeau <[email protected]>

    Fix list of values compilation mode should use.
---
 typescript-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typescript-mode.el b/typescript-mode.el
index 334a6fe090..12c71a9897 100644
--- a/typescript-mode.el
+++ b/typescript-mode.el
@@ -2071,7 +2071,7 @@ the broken-down class name of the item to insert."
 
        (typescript-tslint
         ,typescript-tslint-report-regexp
-        3 4 5 3 (1))))
+        3 4 5 (1))))
   (add-to-list 'compilation-error-regexp-alist-alist regexp)
   (add-to-list 'compilation-error-regexp-alist (car regexp)))
 

Reply via email to