Skip to content
Snippets Groups Projects
Commit 39016dee authored by Brett Zamir's avatar Brett Zamir Committed by Marijn Haverbeke
Browse files

[lint addon] Pass lint options on when not in async mode

parent 11ccd9c4
No related branches found
No related tags found
Loading
......@@ -112,7 +112,7 @@
if (options.async)
options.getAnnotations(cm, updateLinting, options);
else
updateLinting(cm, options.getAnnotations(cm.getValue()));
updateLinting(cm, options.getAnnotations(cm.getValue(), options));
}
function updateLinting(cm, annotationsNotSorted) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment