Skip to content

Commit

Permalink
Better run/inject debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Oct 21, 2013
1 parent 6865926 commit ff73d1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Expand Up @@ -121,6 +121,9 @@ else if (!scriptEntry.hasObject("script")
else if (!scriptEntry.hasObject("path"))
scriptEntry.addObject("path", arg.asElement());

else
dB.echoError(dB.Messages.ERROR_UNKNOWN_ARGUMENT, arg.raw_value);

}

if (!scriptEntry.hasObject("script") && !scriptEntry.hasObject("local"))
Expand Down
Expand Up @@ -122,6 +122,9 @@ else if (!scriptEntry.hasObject("script")
else if (!scriptEntry.hasObject("path"))
scriptEntry.addObject("path", arg.asElement());

else
dB.echoError(dB.Messages.ERROR_UNKNOWN_ARGUMENT, arg.raw_value);

}

if (!scriptEntry.hasObject("script") && !scriptEntry.hasObject("local"))
Expand Down

0 comments on commit ff73d1e

Please sign in to comment.