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:
parent
6b8daf9f3f
commit
e31866a60d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue