mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-01-21 20:11:50 -08:00
Update index.ts
This commit is contained in:
parent
5fdd72de70
commit
9cfd319b75
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ export class WikiGitWorkspace implements IWikiGitWorkspaceService {
|
|||
const isSyncedWiki = storageService !== SupportedStorageServices.local;
|
||||
try {
|
||||
if (await hasGit(wikiFolderLocation)) {
|
||||
logger.warn('Skip git init because it already has a git setup.');
|
||||
logger.warn('Skip git init because it already has a git setup.', { wikiFolderLocation });
|
||||
} else {
|
||||
if (isSyncedWiki) {
|
||||
if (typeof gitUrl === 'string' && userInfo !== undefined) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue