Merge pull request +6415 from c9/improve-docker

[Trivial] Fix raygun error
pull/39/head^2
Tim Robinson 2015-02-28 13:43:17 +01:00
commit e9c7492808
1 zmienionych plików z 1 dodań i 1 usunięć

2
node_modules/vfs-socket/worker.js wygenerowano vendored
Wyświetl plik

@ -168,7 +168,7 @@ function Worker(vfs) {
streams[id] = stream;
stream.id = id;
stream.on("error", function(err) {
remote.onError(id, err);
remote.onError && remote.onError(id, err);
});
if (stream.readable) {
stream.on("data", function (chunk) {