Skip to content

Commit 6613a63

Browse files
committed
await
1 parent c024721 commit 6613a63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/remix-ui/solidity-compiler/src/lib/api/compiler-api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ export const CompilerApiMixin = (Base) => class extends Base {
122122
return this.compileTabLogic.compiler.state.lastCompilationResult
123123
}
124124

125-
getCompilerState () {
126-
return this.compileTabLogic.getCompilerState()
125+
async getCompilerState () {
126+
return await this.compileTabLogic.getCompilerState()
127127
}
128128

129129
/**

0 commit comments

Comments
 (0)