stylus/edit/linter-report.js
2018-08-31 19:59:40 +08:00

8 lines
110 B
JavaScript

/* global linter */
'use strict';
linter.onChange((...args) => {
console.log(args);
// update report
});