Skip to content

Commit

Permalink
load .scryerrc before files and goals (#1775, #2313)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthom committed Feb 2, 2024
1 parent 6fe8f64 commit 7573c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toplevel.pl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

'$repl' :-
asserta('$toplevel':started),
(\+ disabled_init_file -> load_scryerrc ; true),
raw_argv(Args0),
( append(Args1, ["--"|_], Args0) ->
Args = Args1
Expand All @@ -37,7 +38,6 @@
delegate_task(TaskArgs, [])
; true
),
(\+ disabled_init_file -> load_scryerrc ; true),
repl.

delegate_task([], []).
Expand Down

0 comments on commit 7573c64

Please sign in to comment.