0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

Change default to false Base.bool

This commit is contained in:
Tnarita0000 2018-12-12 22:24:36 +09:00 committed by Ryan Dahl
parent 6b8daf9f3f
commit e31866a60d

View file

@ -123,7 +123,7 @@ enum MediaType: byte {
table Base {
cmd_id: uint32;
sync: bool = true; // TODO(ry) Change default to false.
sync: bool = false;
error_kind: ErrorKind = NoError;
error: string;
inner: Any;