Skip to content

Commit 8fb9ea0

Browse files
joeizangAniket-Engg
authored andcommitted
await contractflattener
1 parent 5969230 commit 8fb9ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide/src/app/plugins/contractFlattener.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class ContractFlattener extends Plugin {
2626

2727
async flattenAContract(action: customAction) {
2828
this.fileName = action.path[0]
29-
this.call('solidity', 'compile', this.fileName)
29+
await this.call('solidity', 'compile', this.fileName)
3030
}
3131

3232
/**

0 commit comments

Comments
 (0)