More memory fixes.
This commit is contained in:
parent
1b0c3fb236
commit
b904e1f939
7 changed files with 23 additions and 26 deletions
app/lib/scripts
|
@ -182,7 +182,7 @@ module.exports = ScriptManager = class ScriptManager extends CocoClass
|
|||
|
||||
# STARTING NOTES
|
||||
|
||||
run: =>
|
||||
run: ->
|
||||
# catch all for analyzing the current state and doing whatever needs to happen next
|
||||
return if @scriptInProgress
|
||||
@skipAhead()
|
||||
|
|
Reference in a new issue