Browse Source

err toString

Noah 7 years ago
parent
commit
eb917a9c3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/worker

+ 1 - 1
bin/worker View File

@@ -36,7 +36,7 @@ function render(settings) {
36 36
 
37 37
     if (err) {
38 38
       audiogram.status("error");
39
-      audiogram.set("error", err);
39
+      audiogram.set("error", err.toString());
40 40
       throw err;
41 41
     }
42 42