Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update fork from origin #2

Merged
merged 3 commits into from
Jul 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,12 @@ tools/deploy.js
tools/fiber-helpers.js
tools/fs/files.js
tools/fs/mini-files.js
tools/func-utils.js
tools/http-helpers.js
tools/inspector.js
tools/index.js
tools/mongo-exit-codes.ts
tools/processes.js
tools/progress.js
tools/processes.ts
tools/progress.ts
tools/project-context.js
tools/runners/run-log.js
tools/fs/safe-pathwatcher.js
Expand Down
2 changes: 1 addition & 1 deletion tools/console/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This folder contains libs for printing output in response to CLI commands.

`progress.js` defines the lib for printing a progress-bar, so the long
`progress.ts` defines the lib for printing a progress-bar, so the long
operations don't look like hanging.

`console.js` exposes the `Console` singleton that should be used through-out the
Expand Down
231 changes: 0 additions & 231 deletions tools/console/progress.js

This file was deleted.

Loading