Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove use of
pify
from the static-server script (#18239)
The static server script no longer uses `pify`. `pify` was being used to promisify the `fs.stat` function, but that function has a built-in Promise-supporting API that is now used instead.
- Loading branch information