| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4c59407 commit e561585
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -216,8 +216,9 @@ class ContextifyContext { | |||
| 216 | 216 | object_template->SetHandler(config); | |
| 217 | 217 | ||
| 218 | 218 | Local<Context> ctx = Context::New(env->isolate(), nullptr, object_template); | |
| 219 | - if (!ctx.IsEmpty()) | ||
| 220 | - ctx->SetSecurityToken(env->context()->GetSecurityToken()); | ||
| 219 | + | ||
| 220 | + CHECK(!ctx.IsEmpty()); | ||
| 221 | + ctx->SetSecurityToken(env->context()->GetSecurityToken()); | ||
| 221 | 222 | ||
| 222 | 223 | env->AssignToContext(ctx); | |
| 223 | 224 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments