| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -257,7 +257,7 @@ static void GetCallSites(const FunctionCallbackInfo<Value>& args) { | |||
| 257 | 257 | CHECK_EQ(args.Length(), 1); | |
| 258 | 258 | CHECK(args[0]->IsNumber()); | |
| 259 | 259 | const uint32_t frames = args[0].As<Uint32>()->Value(); | |
| 260 | - DCHECK(frames >= 1 && frames <= 200); | ||
| 260 | + CHECK(frames >= 1 && frames <= 200); | ||
| 261 | 261 | ||
| 262 | 262 | // +1 for disregarding node:util | |
| 263 | 263 | Local<StackTrace> stack = StackTrace::CurrentStackTrace(isolate, frames + 1); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments