Noah 9 anni fa
parent
commit
eb917a9c3c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      bin/worker

+ 1 - 1
bin/worker Vedi File

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