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("закомитали")