Skip to content

Commit 2160643

Browse files
committed
Improve rojo executable message
1 parent 6a7579e commit 2160643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/script/library/rojo.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,10 +417,10 @@ function rojo:parseProject(projectPath, forceDisable)
417417
local proto = require("proto.proto")
418418
proto.notify('window/showMessage', {
419419
type = define.MessageType.Warning,
420-
message = 'Roblox LSP: Could not find rojo executable at '
420+
message = 'Roblox LSP: Could not run rojo executable at "'
421421
.. (config.config.workspace.rojoExecutablePath ~= ""
422422
and config.config.workspace.rojoExecutablePath
423-
or "PATH")
423+
or "PATH") .. '" ' .. tostring(sourceMap)
424424
})
425425
return self:parseProject(projectPath, true)
426426
else

0 commit comments

Comments
 (0)