Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 67055f9

Browse files
committed
Merge pull request #336 from sheeley/worker-start-message
Communicate worker start depends on user action
2 parents db19ed8 + 29b74c6 commit 67055f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default {
135135
return Promise.resolve([{
136136
filePath: filePath,
137137
type: 'Info',
138-
text: 'Worker not initialized yet, please try again shortly.',
138+
text: 'Worker initialization is delayed. Please try saving or typing to begin linting.',
139139
range: Helpers.rangeFromLineNumber(textEditor, 0)
140140
}]);
141141
}

0 commit comments

Comments
 (0)