1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-09 10:22:46 +03:00

Minor Fixes

This commit is contained in:
janith
2019-05-30 09:35:37 +05:30
parent ad84631ddb
commit cb16f7a60b
2 changed files with 4 additions and 4 deletions

View File

@@ -14,9 +14,9 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
// try to load the olm library.
import logger from '../src/logger';
// try to load the olm library.
try {
global.Olm = require('olm');
logger.log('loaded libolm');