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
/* node-glob v9+ (used by file-set) no longer sorts the output by default. We will continue to sort the file list, for now, as it's what the user expected by default. The user's system locale is used. */
Copy file name to clipboardExpand all lines: lib/jsdoc-command.js
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,10 +41,9 @@ class JsdocCommand {
41
41
42
42
asyncexecute(){
43
43
this.inputFileSet=newFileSet()
44
-
awaitthis.inputFileSet.add(this.options.files)
45
44
/* node-glob v9+ (used by file-set) no longer sorts the output by default. We will continue to sort the file list, for now, as it's what the user expected by default. The user's system locale is used. */
0 commit comments