You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pu...@apache.org on 2018/11/26 07:05:00 UTC

[royale-asjs] branch develop updated: Update Fault.as

This is an automated email from the ASF dual-hosted git repository.

pushminakazi 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 d5c9bdc  Update Fault.as
d5c9bdc is described below

commit d5c9bdc949f2d4c44a28c05315b9a43ae987eaf4
Author: pashminakazi <42...@users.noreply.github.com>
AuthorDate: Mon Nov 26 12:04:56 2018 +0500

    Update Fault.as
---
 frameworks/projects/MXRoyale/src/main/royale/mx/rpc/Fault.as | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/Fault.as b/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/Fault.as
index 0eee5e4..ef97fbd 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/Fault.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/rpc/Fault.as
@@ -31,6 +31,15 @@ package mx.rpc
  */
 public class Fault extends Error
 {
+
+
+
+ COMPILE::JS{
+   public function getStackTrace():String
+   {
+       return null;
+   }
+ }
     /**
      * Creates a new Fault object.
      *