Skip to content

Commit

Permalink
fix(sdk): error on write Manifest.json (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
easy1090 authored Jul 22, 2024
1 parent f8ac351 commit c87671f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/cuddly-radios-wink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@rsdoctor/sdk': patch
---

fix(sdk): error on write Manifest.json
1 change: 1 addition & 0 deletions packages/sdk/src/sdk/sdk/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ export abstract class SDKCore<T extends RsdoctorSDKOptions>
name: key,
files: data,
});
continue;
}
const jsonstr: string | string[] = await (async () => {
try {
Expand Down

0 comments on commit c87671f

Please sign in to comment.