File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -834,14 +834,18 @@ var ASYNCIFY_REMOVE = [];
834
834
// in the safest way possible, this is only useful if you use IGNORE_INDIRECT
835
835
// and use this list to fix up some indirect calls that *do* need to be
836
836
// instrumented.
837
- // See notes on ASYNCIFY_REMOVE about the names.
837
+ //
838
+ // See notes on ASYNCIFY_REMOVE about the names, including wildcard matching and
839
+ // character substitutions.
838
840
// [link]
839
841
var ASYNCIFY_ADD = [ ] ;
840
842
841
843
// If the Asyncify only-list is provided, then *only* the functions in the list
842
844
// will be instrumented. Like the remove-list, getting this wrong will break
843
845
// your application.
844
- // See notes on ASYNCIFY_REMOVE about the names.
846
+ //
847
+ // See notes on ASYNCIFY_REMOVE about the names, including wildcard matching and
848
+ // character substitutions.
845
849
// [link]
846
850
var ASYNCIFY_ONLY = [ ] ;
847
851
You can’t perform that action at this time.
0 commit comments