mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 04:39:10 +00:00
parent
d770cc18f8
commit
36d82374cf
11 changed files with 108 additions and 243 deletions
|
@ -56,7 +56,6 @@ export default function denoMain() {
|
|||
// Deserialize res into startResMsg.
|
||||
const bb = new flatbuffers.ByteBuffer(res);
|
||||
const base = fbs.Base.getRootAsBase(bb);
|
||||
assert(base.cmdId() === cmdId);
|
||||
assert(fbs.Any.StartRes === base.msgType());
|
||||
const startResMsg = new fbs.StartRes();
|
||||
assert(base.msg(startResMsg) != null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue