| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3b1c19f commit 9945b4e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -88,6 +88,7 @@ void FSEventWrap::Start(const FunctionCallbackInfo<Value>& args) { | |||
| 88 | 88 | ||
| 89 | 89 | FSEventWrap* wrap; | |
| 90 | 90 | ASSIGN_OR_RETURN_UNWRAP(&wrap, args.Holder()); | |
| 91 | + CHECK_EQ(wrap->initialized_, false); | ||
| 91 | 92 | ||
| 92 | 93 | static const char kErrMsg[] = "filename must be a string or Buffer"; | |
| 93 | 94 | if (args.Length() < 1) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments