Skip to content

Commit

Permalink
Update FakeIDEAdapter.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sowon Jung <sowonjung@smartmind.team>
  • Loading branch information
KyuTae98 and ss-won authored Sep 26, 2023
1 parent 39065c0 commit 8144773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/view/src/ide/FakeIDEAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export default class FakeIDEAdapter implements IDEPort {
const responseMessage = e.data;
const { command, payload } = responseMessage;
const { command, payload } = responseMessage;
const payloadData = command && payload ? JSON.parse(payload) : payload;

switch (command) {
case "fetchAnalyzedData":
Expand Down

0 comments on commit 8144773

Please sign in to comment.