Skip to content

Commit 53a2a7c

Browse files
authored
Merge pull request #176 from ethereum/yann300-patch-1
Update translate.js
2 parents b863446 + dcb295c commit 53a2a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function translateJsonCompilerOutput (output) {
103103
for (var source in output['sources']) {
104104
ret['sources'][source] = {
105105
id: sourceMap[source],
106-
legacyAST: output['sources'][source]
106+
legacyAST: output['sources'][source].AST
107107
};
108108
}
109109

0 commit comments

Comments
 (0)