提交 b41dab65 编写于 作者: d-u-a's avatar d-u-a

update reporting 引号

上级 f0fde97d
...@@ -17,7 +17,7 @@ function parseJson (content, preprocess = false) { ...@@ -17,7 +17,7 @@ function parseJson (content, preprocess = false) {
try { try {
content = JSON.parse(stripJsonComments(content)) content = JSON.parse(stripJsonComments(content))
} catch (e) { } catch (e) {
throw new Error("uni-app-compiler: " + e.message) throw new Error('uni-app-compiler: ' + e.message)
} }
} }
......
...@@ -103,8 +103,8 @@ class ErrorReport { ...@@ -103,8 +103,8 @@ class ErrorReport {
} }
} }
Object.assign(ErrorReport.prototype, { Object.assign(ErrorReport.prototype, {
HOST: "96f0e031-f37a-48ef-84c7-2023f6360c0a.bspapp.com", HOST: '96f0e031-f37a-48ef-84c7-2023f6360c0a.bspapp.com',
PATH: "/http/uni-app-compiler", PATH: '/http/uni-app-compiler',
EXCLUDE_ERROR_LIST: ['uni-app-compiler'] EXCLUDE_ERROR_LIST: ['uni-app-compiler']
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册