提交 ec1f6be4 编写于 作者: fxy060608's avatar fxy060608

fix(tests): stacktrace

上级 8232aa3c
......@@ -18,6 +18,7 @@ at java.lang.reflect.Method.invoke(Native Method)
at io.dcloud.uniapp.vue.shared.IndexKt$callFunction$invoke$1.invoke(index.kt:627)
at io.dcloud.uniapp.vue.shared.IndexKt.callFunction(index.kt:638)`,
{
language: 'kotlin',
appid: '__UNI__XXXXXXX',
cacheDir,
}
......@@ -32,6 +33,7 @@ at java.lang.reflect.Method.invoke(Native Method)
at io.dcloud.uniapp.vue.shared.IndexKt$callFunction$invoke$1.invoke(index.kt:627)
at io.dcloud.uniapp.vue.shared.IndexKt.callFunction(index.kt:638)`,
{
language: 'kotlin',
appid: '__UNI__XXXXXXX',
cacheDir,
}
......@@ -47,6 +49,7 @@ at java.lang.reflect.Method.invoke(Native Method)
at io.dcloud.uniapp.vue.shared.IndexKt$callFunction$invoke$1.invoke(index.kt:627)
at io.dcloud.uniapp.vue.shared.IndexKt.callFunction(index.kt:638)`,
{
language: 'kotlin',
appid: '__UNI__XXXXXXX',
cacheDir,
}
......@@ -58,6 +61,7 @@ at io.dcloud.uniapp.vue.shared.IndexKt.callFunction(index.kt:638)`,
at java.util.ArrayList.get(ArrayList.java:437)
at uni.UNIXXXXXXX.IndexKt.test(index.kt:40)`,
{
language: 'kotlin',
appid: '__UNI__XXXXXXX',
cacheDir,
logType: 'warn',
......@@ -70,6 +74,7 @@ at uni.UNIXXXXXXX.IndexKt.test(index.kt:40)`,
at java.util.ArrayList.get(ArrayList.java:437)
at uni.UNIXXXXXXX.IndexKt.test(index.kt:40)`,
{
language: 'kotlin',
appid: '__UNI__XXXXXXX',
cacheDir,
logType: 'error',
......@@ -86,6 +91,7 @@ at uni.UNIXXXXXXX.IndexKt.test(index.kt:40)`,
parseUTSJavaScriptRuntimeStacktrace(
`app-service.js(5:60) ReferenceError:Can't find variable: a @app-service.js:5:60`,
{
language: 'javascript',
cacheDir,
}
)
......@@ -99,6 +105,7 @@ callWithErrorHandling@uni-app-x-framework.js:2279:23
callWithAsyncErrorHandling@uni-app-x-framework.js:2286:38
@uni-app-x-framework.js:4763:45`,
{
language: 'javascript',
cacheDir,
}
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册