| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 63942de commit fc9ba36
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -220,7 +220,7 @@ MaybeLocal<Value> MakeCallback(Isolate* isolate, | |||
| 220 | 220 | MaybeLocal<Value> ret = | |
| 221 | 221 | InternalMakeCallback(env, recv, callback, argc, argv, asyncContext); | |
| 222 | 222 | if (ret.IsEmpty() && env->makecallback_depth() == 0) { | |
| 223 | - // This is only for legacy compatiblity and we may want to look into | ||
| 223 | + // This is only for legacy compatibility and we may want to look into | ||
| 224 | 224 | // removing/adjusting it. | |
| 225 | 225 | return Undefined(env->isolate()); | |
| 226 | 226 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments