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
Copy file name to clipboardExpand all lines: plugins/fs/guest-js/index.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1324,7 +1324,7 @@ async function watchImmediate(
1324
1324
1325
1325
/**
1326
1326
* Get the size of a file or directory. For files, the `stat` functions can be used as well.
1327
-
*
1327
+
*
1328
1328
* If `path` is a directory, this function will recursively iterate over every file and every directory inside of `path` and therefore will be very time consuming if used on larger directories.
0 commit comments