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 <fine0...@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';