You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/01/08 05:43:28 UTC

[skywalking-client-js] 10/29: fix: path

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 <fi...@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;