mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-01 00:41:58 +02:00
Open new file in the same window. Closes #31
This commit is contained in:
@@ -6,9 +6,9 @@ let { debug } = Debug;
|
||||
var Daemon = GObject.registerClass(
|
||||
class ClapperDaemon extends Gio.SubprocessLauncher
|
||||
{
|
||||
_init(port)
|
||||
_init()
|
||||
{
|
||||
port = port || 8080;
|
||||
let port = ARGV[0] || 8080;
|
||||
|
||||
/* FIXME: show output when debugging is on */
|
||||
const flags = Gio.SubprocessFlags.STDOUT_SILENCE
|
||||
|
Reference in New Issue
Block a user