| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c03bd57 commit 67937bc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -85,6 +85,7 @@ void FSEventWrap::Start(const FunctionCallbackInfo<Value>& args) { | |||
| 85 | 85 | Environment* env = Environment::GetCurrent(args); | |
| 86 | 86 | ||
| 87 | 87 | FSEventWrap* wrap = Unwrap<FSEventWrap>(args.Holder()); | |
| 88 | + CHECK_EQ(wrap->initialized_, false); | ||
| 88 | 89 | ||
| 89 | 90 | if (args.Length() < 1 || !args[0]->IsString()) { | |
| 90 | 91 | return env->ThrowTypeError("filename must be a valid string"); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments