Skip to content

Commit df724cf

Browse files
Update src/exports/api.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 9cafd25 commit df724cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exports/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export class API extends EventEmitter<RooCodeEvents> implements RooCodeAPI {
8484

8585
public async setConfiguration(values: RooCodeSettings) {
8686
await this.provider.setValues(values)
87-
this.provider.postStateToWebview()
87+
await this.provider.postStateToWebview()
8888
}
8989

9090
public isReady() {

0 commit comments

Comments
 (0)