Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
BKaperick committed Dec 17, 2023
1 parent ae21596 commit 1e41546
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/DaemonMode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ end

function serverRun(run, sock, shared, print_stack, fname, args, reviser)
error = false
println("args = $args")

try
reviser()

Expand Down Expand Up @@ -429,7 +429,6 @@ function serverRunFile(sock, shared, print_stack, reviser)
fname = readline(sock)
args_str = readline(sock)
args = parse_arguments(args_str)
println("parsing args: $args_str => $args")

if !isempty(args) && isempty(args[1])
empty!(args)
Expand Down Expand Up @@ -621,7 +620,7 @@ function runargs(port=PORT)
println(stderr, "Error: file '$(ARGS[1])' doest not exist")
exit(1)
end

result = runfile(ARGS[1], args=ARGS[2:end], port=port)
exit(result)
end
Expand Down

0 comments on commit 1e41546

Please sign in to comment.