Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Commit

Permalink
Fix missing load call when deflector runs
Browse files Browse the repository at this point in the history
  • Loading branch information
spikespaz committed Jul 5, 2020
1 parent ce26075 commit cb26ad0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/deflector.d
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ void main(string[] args) {
}

try {
DeflectorSettings.load();

const string searchTerm = getSearchTerm(args[1]);
const string browserArgs = getBrowserArgs();

Expand Down

0 comments on commit cb26ad0

Please sign in to comment.