Skip to content
Snippets Groups Projects
Commit dc344995 authored by Kayz's avatar Kayz
Browse files

add exit to foodfite script

parent d35d7a1b
No related branches found
No related tags found
No related merge requests found
......@@ -27,4 +27,6 @@ if (!file.open("w")) {
exit(1)
}
file.writeAll(lines);
file.close();
\ No newline at end of file
file.close();
exit(0);
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment