Skip to content

Commit

Permalink
Merge pull request cocos2d#141 from edwardzhou/develop
Browse files Browse the repository at this point in the history
stop on custom step error.
  • Loading branch information
Bin Zhang committed Oct 29, 2014
2 parents 610b3e3 + cf8e398 commit 61ea456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/cocos_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def invoke_custom_step_script(self, event, tp, args):
self._custom_step.handle_event(event, tp, args)
except Exception as e:
cocos.Logging.warning("Custom step invoke failed: %s" % e)
raise e

def _find_project_dir(self, start_path):
path = start_path
Expand Down

0 comments on commit 61ea456

Please sign in to comment.