Skip to content

Commit

Permalink
fix: fix scythe libpath error message on gui startup
Browse files Browse the repository at this point in the history
  • Loading branch information
gwatcha committed Aug 19, 2020
1 parent 547e2c9 commit 33d1bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/vendor/scythe/scythe.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Scythe.args = args and args[1] or {}

Scythe.libPath = reaper.GetExtState("Scythe v3", "libPath")
if not Scythe.libPath or Scythe.libPath == "" then
reaper.MB("Couldn't find the Scythe library. Please run 'Set Scythe library path' in your Action List.", "Whoops!", 0) -- luacheck: ignore 631
-- reaper.MB("Couldn't find the Scythe library. Please run 'Set Scythe library path' in your Action List.", "Whoops!", 0) -- luacheck: ignore 631
return
end

Expand Down

0 comments on commit 33d1bec

Please sign in to comment.