Skip to content
Snippets Groups Projects
Commit 2edc2e33 authored by Craig Hendricks's avatar Craig Hendricks
Browse files

Fixed the second `f.open('r')` call.

parent 243ff4f1
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,6 @@ if (!f.open('r')) {
exit(1);
}
f.open('r');
const settings = {
root: f.iniGetObject(),
startup: f.iniGetObject('startup'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment