From 8d44643e05ba92afd1382be306c7a688080c0edc Mon Sep 17 00:00:00 2001 From: Adam Miskiewicz Date: Tue, 17 Oct 2017 17:30:53 +0000 Subject: [PATCH] Revert "[devtools] Use Chromium's XMLHttpRequest in XDE, Node's http in exp (#1057)" This reverts commit 9565cb14e52564fce70d8ec12b6f415b19375145. fbshipit-source-id: 93ae934 --- src/ui/NewProjectModal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/NewProjectModal.js b/src/ui/NewProjectModal.js index 4d0c7cb3..76b04a64 100644 --- a/src/ui/NewProjectModal.js +++ b/src/ui/NewProjectModal.js @@ -334,7 +334,7 @@ class NewProjectModal extends React.Component { if (this._currentRequestID === requestID) { Logger.notifications.info( { code: NotificationCode.DOWNLOAD }, - progress + Math.round(progress * 100) ); } },