diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-10-06 12:07:35 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-10-06 12:07:35 +0200 |
commit | eae3be4cfe133a86cc4175ebee9ce72055973b40 (patch) | |
tree | b845d1a67ea047c2eb6487cc554f693f686af743 /services/common | |
parent | 04ebf989fb9dcbd2d67efa5194695ede1f417712 (diff) | |
download | uxp-eae3be4cfe133a86cc4175ebee9ce72055973b40.tar.gz |
Make Everything Workâ˘
Diffstat (limited to 'services/common')
-rw-r--r-- | services/common/utils.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/services/common/utils.js b/services/common/utils.js index f0f57d14af..c90600ef4d 100644 --- a/services/common/utils.js +++ b/services/common/utils.js @@ -69,6 +69,10 @@ this.CommonUtils = { return true; }, + // Import these from Log.jsm for backward compatibility + exceptionStr: Log.exceptionStr, + stackTrace: Log.stackTrace, + /** * Encode byte string as base64URL (RFC 4648). * |