summaryrefslogtreecommitdiff
path: root/public/bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/bundle.js')
-rw-r--r--public/bundle.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/public/bundle.js b/public/bundle.js
index e434623..efc58b7 100644
--- a/public/bundle.js
+++ b/public/bundle.js
@@ -9464,7 +9464,6 @@ var load_directories = exports.load_directories = function load_directories(id)
});
output.map(function (file) {
- return;
file.uuid = (0, _v2.default)();
fileLookup[file.uuid] = file;
var pair = file.name.split('.')[0].split('-');
@@ -12397,7 +12396,7 @@ var systemReducer = function systemReducer() {
});
case _types2.default.system.stderr:
return _extends({}, state, {
- stderr: state.stderr + action.data
+ stderr: state.stderr + action.data.data
});
default:
return state;