Client-side support for the original DiskDump API is finally limping along

This commit is contained in:
Jeff Parsons 2016-02-22 17:38:57 -08:00
commit 3dd7512f4f
33 changed files with 1334 additions and 1054 deletions

View file

@ -199,7 +199,7 @@ FileDump.logError = function(err)
{
var sError = "";
if (err) {
sError = "filedump error: " + err.message;
sError = "FileDump error: " + err.message;
console.log(sError);
}
return sError;