Skip to content

Commit 15f4bce

Browse files
3w36zj6azu
andauthored
fix: use Status.WARN instead of ERROR (#6)
Co-authored-by: azu <azuciao@gmail.com>
1 parent 2af2c0a commit 15f4bce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/textlint/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ File will not be validated. Consider running the 'Create .textlintrc file' comma
6767
);
6868
});
6969
client.onNotification(NoLibraryNotification.type, (p) => {
70-
statusBar.status = Status.ERROR;
70+
statusBar.status = Status.WARN;
7171
statusBar.status.log(
7272
client,
7373
`Failed to load the textlint library in ${p.workspaceFolder} .

0 commit comments

Comments
 (0)