Skip to content

Commit 6ea72cf

Browse files
committed
upgrade node-api
1 parent dd42a4f commit 6ea72cf

File tree

5 files changed

+42
-44
lines changed

5 files changed

+42
-44
lines changed

console/atest-desktop/package-lock.json

Lines changed: 40 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

console/atest-desktop/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
"@electron/fuses": "^1.8.0",
2727
"electron": "^37.1.0",
2828
"electron-wix-msi": "^5.1.3",
29-
"jest": "^30.0.4"
29+
"jest": "^30.0.4",
30+
"node-abi": "^4.12.0"
3031
},
3132
"dependencies": {
3233
"child_process": "^1.0.2",

console/atest-ui/package-lock.json

Lines changed: 0 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

console/atest-ui/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"intro.js": "^7.2.0",
2626
"jsonlint-mod": "^1.7.6",
2727
"jsonpath-plus": "^10.3.0",
28-
"skywalking-client-js": "^0.10.0",
2928
"vue": "^3.3.4",
3029
"vue-codemirror": "^5.1.0",
3130
"vue-i18n": "^11.1.2",

console/atest-ui/src/main.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import 'intro.js/introjs.css'
1111
import { setupI18n } from './i18n'
1212
import en from './locales/en.json'
1313
import zh from './locales/zh.json'
14-
import ClientMonitor from 'skywalking-client-js'
1514
import { name, version } from '../package'
1615
import 'element-plus/theme-chalk/dark/css-vars.css'
1716

@@ -36,13 +35,6 @@ if (token && token !== '') {
3635
window.location.href='/'
3736
}
3837

39-
app.config.errorHandler = (error) => {
40-
ClientMonitor.reportFrameErrors({
41-
service: name,
42-
serviceVersion: version,
43-
}, error);
44-
}
45-
4638
app.use(ElementPlus, {
4739
locale: lang === 'zh' ? zhCn : enUS
4840
})

0 commit comments

Comments
 (0)