Skip to content

Commit

Permalink
fix(leekcenter): Fixed #294
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzihao committed Mar 28, 2022
1 parent 65d906f commit 48ac310
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webview/leekCenterView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ function postFetchResponseFactory(webview: Webview, success: boolean, sessionId:
if (!success) console.log('请求失败');
console.log('response: ', response);
const { ...rawResponse } = response;
delete rawResponse.request;
webview.postMessage({
command: 'fetchResponse',
data: {
Expand Down

0 comments on commit 48ac310

Please sign in to comment.