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

Add backslash as necessary for "dir" key.

parent b6caef95
No related branches found
No related tags found
No related merge requests found
......@@ -594,7 +594,7 @@ engine = new (function() {
function Module(name, dir, read, write) {
this.online = true;
this.name = name;
this.dir = dir;
this.dir = backslash(dir);
this.queue = undefined;
this.commands = {};
this.read = read;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment