We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2258399 commit 0b40206Copy full SHA for 0b40206
1 file changed
client/modules/IDE/components/Editor/stateUtils.js
@@ -236,6 +236,7 @@ function makeJsonLinter(callback) {
236
const baseJsonLinter = jsonParseLinter();
237
return (view) => {
238
const diagnostics = baseJsonLinter(view);
239
+ if (callback) callback(diagnostics);
240
return diagnostics;
241
};
242
}
0 commit comments