feat: show git creation message on UI

This commit is contained in:
tiddlygit-test 2021-05-01 16:19:58 +08:00
parent 8c61db30b3
commit 0627493bc6
9 changed files with 46 additions and 6 deletions

View file

@ -1,6 +1,6 @@
import winston from 'winston';
import { LOG_FOLDER } from '@/constants/paths';
import RendererTransport from './renderer-transport';
import RendererTransport from './rendererTransport';
import 'winston-daily-rotate-file';
export * from './wiki-output';