nightmare.goto('https://http://hhhhhhhh.ru/').wait(3000).end()
.then(res => console.log(res))
.catch(function (error) {
console.error('Search failed:', error);
});
var Nightmare = require('nightmare');
var nightmare = Nightmare({ show: true });
nightmare.goto('https://hhhhhhhh.ru/').end().then(res => console.log(res));
что в .git/config?
Может быть вы сделали свой клон из соседнего каталога и туда всё и пушится.
branch.master.remote=wisell
branch.master.merge=refs/heads/master
url=git@gitlab.com:wisell/wisell.git
remote.wisell.fetch=+refs/heads/*:refs/remotes/wisell/*
А вам не приходило в голову почитать что там пишется в консоли когда вы это делаете?
AddEventHandler("currency", "OnBeforeCurrencyRateUpdate.", array("ChangeCurrency","CurrencyDown"));
class ChangeCurrency
{
public static function CurrencyDown($arFields)
{
AddMessage2Log('CurrencyDown - ' . mydump($arFields));
}
}
#deb https://packages.sury.org/php/ stretch main