kopia lustrzana https://github.com/c9/core
Merge pull request +9218 from c9/fix/collab-logging
[Trivial] Need to convert data to a stringpull/149/head
commit
ccad022894
|
@ -128,7 +128,7 @@ Vfs.prototype._watchConnection = function(pid) {
|
||||||
function onStderr(data) {
|
function onStderr(data) {
|
||||||
// @todo collab stderr logs
|
// @todo collab stderr logs
|
||||||
console.log("VFS stderr [" + pid + "]: " + data);
|
console.log("VFS stderr [" + pid + "]: " + data);
|
||||||
that.logger.log({message: data, pid: pid});
|
that.logger.log({message: data.toString(), pid: pid});
|
||||||
}
|
}
|
||||||
|
|
||||||
master.on("disconnect", onError);
|
master.on("disconnect", onError);
|
||||||
|
|
Ładowanie…
Reference in New Issue