Skip to content

Commit 61ea456

Browse files
author
Bin Zhang
committed
Merge pull request cocos2d#141 from edwardzhou/develop
stop on custom step error.
2 parents 610b3e3 + cf8e398 commit 61ea456

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/cocos_project.py

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def invoke_custom_step_script(self, event, tp, args):
9898
self._custom_step.handle_event(event, tp, args)
9999
except Exception as e:
100100
cocos.Logging.warning("Custom step invoke failed: %s" % e)
101+
raise e
101102

102103
def _find_project_dir(self, start_path):
103104
path = start_path

0 commit comments

Comments
 (0)