Browse Source

Изменить сигнатуру onAuth

master
Михаил Капелько 3 years ago
parent
commit
107304ccc1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      пуск|run.js

+ 2
- 2
пуск|run.js View File

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


Loading…
Cancel
Save