Skip to content

Commit

Permalink
wip(uts): debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fxy060608 committed Sep 20, 2023
1 parent 63d7de9 commit 79735c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/app-plus/service/api/plugin/uts.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function getProxy() {
}
function resolveSyncResult(args, res, returnOptions, instanceId, proxy) {
if ((process.env.NODE_ENV !== 'production')) {
console.log('uts.invokeSync.result', res, returnOptions, instanceId, typeof proxy);
console.log('uts.invokeSync.result', JSON.stringify([res, returnOptions, instanceId, typeof proxy]));
}
if (!res) {
throw new Error('返回值为:' +
Expand Down

0 comments on commit 79735c7

Please sign in to comment.