Skip to content

Commit 96e566d

Browse files
committed
Update wording
1 parent 84ca70d commit 96e566d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

analysis/src/Packages.ml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ let newBsPackage rootPath =
2929
match compiledBase with
3030
| None ->
3131
Error
32-
"You need to run bsb first so that rescript-editor-support can \
33-
access the compiled artifacts.\n\
34-
Once you've run bsb, restart the language server."
32+
"Please run the build first so that the editor can analyze the project's artifacts."
3533
| Some compiledBase ->
3634
Ok
3735
(let namespace = FindFiles.getNamespace config in

0 commit comments

Comments
 (0)