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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-client-js.git

commit e522f2879093e5ac412b7b5df14e0cd3573def81
Author: fine <fine0...@outlook.com>
AuthorDate: Sat Dec 7 14:21:22 2019 +0800

    fix: path
---
 src/index.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/index.ts b/src/index.ts
index 2f958fb..f14b4c3 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-import ClientMonitor from 'monitor';
+import ClientMonitor from './monitor';
 
 (window as any).ClientMonitor = ClientMonitor;
 

Reply via email to