This commit is contained in:
Shelley Vohr 2024-06-17 22:55:02 +02:00
Родитель edb939ae80
Коммит d66b22616d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F13993A75599653C
2 изменённых файлов: 7 добавлений и 1 удалений

Просмотреть файл

@ -89,6 +89,12 @@ jobs:
node-version: 20.11.x
cache: yarn
cache-dependency-path: src/electron/yarn.lock
- name: Setup upterm session
uses: owenthereal/action-upterm@v1
with:
limit-access-to-actor: true
upterm-server: wss://electron-upterm-5a8dedcc6c26.herokuapp.com
ssh-known-hosts: electron-upterm-5a8dedcc6c26.herokuapp.com:443 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEEu11qMTAO8NnFH6ubRFBDCCVtcbCei8+Y4u1cz2rk+
- name: Install Dependencies
run: |
cd src/electron

Просмотреть файл

@ -20,7 +20,7 @@ void App::SetAppLogsPath(gin_helper::ErrorThrower thrower,
std::optional<base::FilePath> custom_path) {
if (custom_path.has_value()) {
if (!custom_path->IsAbsolute()) {
thrower.ThrowError("Path must be absolute");
thrower.ThrowError("Path must be abssolute");
return;
}
{