There was an error while loading. Please reload this page.
1 parent 6854bd6 commit 6833db9Copy full SHA for 6833db9
packages/info/index.js
@@ -6,9 +6,9 @@ const envinfo = require("envinfo");
6
* Prints debugging information for webpack issue reporting
7
*/
8
9
-module.exports = function info() {
+module.exports = async function info() {
10
console.log(
11
-envinfo.run({
+await envinfo.run({
12
System: ["OS", "CPU"],
13
Binaries: ["Node", "Yarn", "npm"],
14
Browsers: ["Chrome", "Firefox", "Safari"],
0 commit comments