From 107304ccc1b62712825981dc3af173c3147953ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=20=D0=9A=D0=B0=D0=BF?= =?UTF-8?q?=D0=B5=D0=BB=D1=8C=D0=BA=D0=BE?= Date: Thu, 16 Jul 2020 15:58:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D1=81=D0=B8=D0=B3=D0=BD=D0=B0=D1=82=D1=83=D1=80=D1=83?= =?UTF-8?q?=20onAuth?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- пуск|run.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/пуск|run.js b/пуск|run.js index 0c6478a..95ddbf5 100644 --- a/пуск|run.js +++ b/пуск|run.js @@ -32,7 +32,7 @@ const ИМЯ = "test-cors"; dir: мир.директория, remote: мир.источник, ref: мир.ветка, - onAuth: function(url) { + onAuth: url => { var auth = { "username": мир.пользователь, "password": мир.пароль, @@ -40,7 +40,7 @@ const ИМЯ = "test-cors"; var json = JSON.stringify(auth); console.debug(`Auth url: '${url}' auth: '${json}'`); return auth; - }, + } }); console.debug("закомитали")