Skip to content

Commit

Permalink
修正一个错误
Browse files Browse the repository at this point in the history
  • Loading branch information
actboy168 committed Oct 4, 2018
1 parent 099a52f commit bc1adb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ydwe.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ end
local suc, r = pcall(main)
if not suc or not r then
print('需要YDWE关联w3x文件')
return
return false
end
return r

0 comments on commit bc1adb0

Please sign in to comment.