1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

use the right path for logger

This commit is contained in:
Hubert Chathi
2019-05-29 16:58:49 -04:00
parent 53804cac5c
commit 609ee663fa

View File

@@ -1,7 +1,7 @@
"use strict"; "use strict";
import expect from 'expect'; import expect from 'expect';
import Promise from 'bluebird'; import Promise from 'bluebird';
const logger = require("../logger"); const logger = require("../lib/logger");
// load olm before the sdk if possible // load olm before the sdk if possible
import './olm-loader'; import './olm-loader';