Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 800ed08

Browse files
authored
Start using async/await to flatten the pyramid in Debuglet.start (#307)
* start using async/await: fs.stat * make scanner.scan awaitable
1 parent db21564 commit 800ed08

12 files changed

+291
-380
lines changed

package-lock.json

Lines changed: 64 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
"lodash": "^4.12.0",
6161
"semver": "^5.1.0",
6262
"source-map": "^0.5.1",
63-
"split": "^1.0.0"
63+
"split": "^1.0.0",
64+
"util.promisify": "^1.0.0"
6465
},
6566
"scripts": {
6667
"build": "gulp compile",

0 commit comments

Comments
 (0)