| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bcaf59c commit 78ad4e9
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -110,8 +110,6 @@ void StatWatcher::Start(const FunctionCallbackInfo<Value>& args) { | |||
| 110 | 110 | ASSIGN_OR_RETURN_UNWRAP(&wrap, args.Holder()); | |
| 111 | 111 | CHECK(!uv_is_active(wrap->GetHandle())); | |
| 112 | 112 | ||
| 113 | - const int argc = args.Length(); | ||
| 114 | - | ||
| 115 | 113 | node::Utf8Value path(args.GetIsolate(), args[0]); | |
| 116 | 114 | CHECK_NOT_NULL(*path); | |
| 117 | 115 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments