Manual engine roll to update format of compileExpression RPC response (#59717)

This commit is contained in:
Ben Konyi
2020-06-18 09:18:03 -07:00
committed by GitHub
parent 747fe345f1
commit c7a37c72c2
2 changed files with 2 additions and 4 deletions

View File

@@ -1 +1 @@
965fbbed1776545ee681cb57f3fb1d0c2000bbcb
a5a0a6014ab3c84e67e1a6d8bca97e0b02fbdd00

View File

@@ -266,9 +266,7 @@ vm_service.VmService setUpVmService(
isStatic);
return <String, dynamic>{
'type': 'Success',
'result': <String, dynamic>{
'result': <String, dynamic>{'kernelBytes': kernelBytesBase64},
},
'result': <String, dynamic>{'kernelBytes': kernelBytesBase64},
};
});
vmService.registerService('compileExpression', 'Flutter Tools');