You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the logic calls glob.sync without specifying the options argument, this will lead to a problem where one needs to exclude certain directories to be included(e.g. node_modules):
Currently, the logic calls
glob.sync
without specifying theoptions
argument, this will lead to a problem where one needs to exclude certain directories to be included(e.g.node_modules
):node-ssi/lib/SSI.js
Line 27 in 166c716
Please allow optionally specified options via the class interface.
The text was updated successfully, but these errors were encountered: