This is an automated email from the ASF dual-hosted git repository.
harbs pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 1b42935bc6 extra return
1b42935bc6 is described below
commit 1b42935bc624f0e2db3a099cd01194bceb3965ac
Author: Harbs <[email protected]>
AuthorDate: Sun Aug 18 11:13:31 2024 +0300
extra return
---
.../src/main/royale/org/apache/royale/utils/async/SequentialAsyncTask.as | 1 -
1 file changed, 1 deletion(-)
diff --git
a/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/async/SequentialAsyncTask.as
b/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/async/SequentialAsyncTask.as
index 2733c5ed62..d5d8cd60c7 100644
---
a/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/async/SequentialAsyncTask.as
+++
b/frameworks/projects/Core/src/main/royale/org/apache/royale/utils/async/SequentialAsyncTask.as
@@ -66,7 +66,6 @@ package org.apache.royale.utils.async
return;
}
break;
- return;
default:// not sure why this would happen
throw new Error("Unknown task status");