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/09 12:57:04 UTC

[skywalking-client-js] 22/32: 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 b433b92f4bc8a615e08cfc2827c03f11e1e34880
Author: Qiuxia Fan <fi...@outlook.com>
AuthorDate: Sun Jan 5 16:57:16 2020 +0800

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

diff --git a/src/errors/jsErrors.ts b/src/errors/jsErrors.ts
index 228b326..cb7756d 100644
--- a/src/errors/jsErrors.ts
+++ b/src/errors/jsErrors.ts
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-import BaseMonitor from '../services/BaseMonitor';
+import BaseMonitor from '../services/base';
 import { GradeTypeEnum } from '../services/constant';
 import { ErrorsCategory } from '../services/constant';