We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a7579e commit 2160643Copy full SHA for 2160643
server/script/library/rojo.lua
@@ -417,10 +417,10 @@ function rojo:parseProject(projectPath, forceDisable)
417
local proto = require("proto.proto")
418
proto.notify('window/showMessage', {
419
type = define.MessageType.Warning,
420
- message = 'Roblox LSP: Could not find rojo executable at '
+ message = 'Roblox LSP: Could not run rojo executable at "'
421
.. (config.config.workspace.rojoExecutablePath ~= ""
422
and config.config.workspace.rojoExecutablePath
423
- or "PATH")
+ or "PATH") .. '" ' .. tostring(sourceMap)
424
})
425
return self:parseProject(projectPath, true)
426
else
0 commit comments