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 c550926 commit 175ac19Copy full SHA for 175ac19
1 file changed
src/Launch.lua
@@ -111,7 +111,7 @@ function launch:OnFrame()
111
local errMsg = PCall(self.main.OnFrame, self.main)
112
if errMsg then
113
-- Send user to build list menu if a build crashes on initial load
114
- if self.main.modes.BUILD.outputRevision == 1 and self.main.modes.BUILD.buildFlag then
+ if self.main.modes.BUILD.outputRevision == 1 and self.main.modes.BUILD.buildFlag and not self.devMode then
115
main:SetMode("LIST")
116
end
117
self:ShowErrMsg("In 'OnFrame': %s", errMsg)
0 commit comments