mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 16:02:00 +02:00
Open new file in the same window. Closes #31
This commit is contained in:
@@ -2,5 +2,5 @@ const { Daemon } = imports.clapper_src.daemon;
|
||||
|
||||
function main()
|
||||
{
|
||||
new Daemon(ARGV[0]);
|
||||
new Daemon();
|
||||
}
|
||||
|
Reference in New Issue
Block a user