Skip to content
Snippets Groups Projects
Commit b2965f7e authored by rswindell's avatar rswindell
Browse files

Fix typo with ;ERR command in last commit.

parent c6c03cf3
Branches
Tags
No related merge requests found
......@@ -66,7 +66,7 @@ function str_cmds(str)
}
if(str=="ERR") {
var errlog=system.logs_dir+"error.log";
if(file_exists()) {
if(file_exists(errlog)) {
write(bbs.text(ErrorLogHdr));
console.printfile(errlog);
if(!console.noyes(bbs.text(DeleteErrorLogQ)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment