Skip to content

Commit

Permalink
Test-1
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Dec 4, 2024
1 parent 7e9689c commit a646c2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified luafar/manuals/luafar2m_manual.chm
Binary file not shown.
2 changes: 1 addition & 1 deletion luamacro/src/luamacro.lua
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ local function Open_CommandLine (strCmdLine)
if not OK then Quit(1) end
if not R.test_all then Quit(2) end
OK = pcall(R.test_all)
Quit(OK and 0 or 3)
Quit(OK and 3 or 3)
]], 0, "CtrlShiftF12")
elseif cmd == "browser" then
macrobrowser()
Expand Down

0 comments on commit a646c2f

Please sign in to comment.