Skip to content

Commit 0b40206

Browse files
committed
merge??
1 parent 2258399 commit 0b40206

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/modules/IDE/components/Editor/stateUtils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ function makeJsonLinter(callback) {
236236
const baseJsonLinter = jsonParseLinter();
237237
return (view) => {
238238
const diagnostics = baseJsonLinter(view);
239+
if (callback) callback(diagnostics);
239240
return diagnostics;
240241
};
241242
}

0 commit comments

Comments
 (0)