1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-24 03:25:03 +03:00
This commit is contained in:
Tae Won Ha 2017-06-20 13:39:17 +02:00
parent 2298cbf07b
commit 9c28464eed
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -6,9 +6,7 @@
import Cocoa
import Sparkle
let logger = FileLogger(as: "VimR",
with: URL(fileURLWithPath: "/tmp/vimr.log"),
shouldLogDebug: nil)
let logger = FileLogger(as: "VimR", with: URL(fileURLWithPath: "/tmp/vimr.log"))
class Application: NSApplication {