Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 9e2a516

Browse files
committed
Merge pull request #14 from ikeagold/master
Revert isNodeExecutable: yes
2 parents af24b16 + 650ea23 commit 9e2a516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/linter-csslint.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class LinterCsslint extends Linter
2222
'(line (?<line>\\d+), col (?<col>\\d+), )?' +
2323
'((?<error>Error)|(?<warning>Warning)) - (?<message>.*)'
2424

25-
isNodeExecutable: yes
25+
#isNodeExecutable: yes
2626

2727
constructor: (editor)->
2828
super(editor)

0 commit comments

Comments
 (0)