Client-side support for the original DiskDump API is finally limping along
This commit is contained in:
parent
62f64f5571
commit
3dd7512f4f
33 changed files with 1334 additions and 1054 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue