| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -63,7 +63,7 @@ Maybe<SessionTicket> SessionTicket::FromV8Value(Environment* env, | |||
| 63 | 63 | !des.ReadValue(env->context()).ToLocal(&transport_params) || | |
| 64 | 64 | !ticket->IsArrayBufferView() || !transport_params->IsArrayBufferView()) { | |
| 65 | 65 | if (tryCatch.HasCaught()) { | |
| 66 | - // Any errors thrown we want to catch and supress. The only | ||
| 66 | + // Any errors thrown we want to catch and suppress. The only | ||
| 67 | 67 | // error we want to expose to the user is that the ticket format | |
| 68 | 68 | // is invalid. | |
| 69 | 69 | if (!tryCatch.HasTerminated()) { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments