We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb122a7 commit 6b1b420Copy full SHA for 6b1b420
src/main.lua
@@ -61,7 +61,7 @@ function vibescript_extension_internal_main()
61
if package_name == "current" then
62
local package_name = dtw.load_file(".pushblind")
63
if not package_name then
64
- print(private_vibescript.RED.."No current package set. Use 'pushblind add <package_name>' to set the current package."..private_vibescript.RESET)
+ print(private_vibescript.RED.."No current package set. create a .pushblind file with the package name"..private_vibescript.RESET)
65
return 1
66
end
67
0 commit comments