mirror of
https://github.com/jsbin/jsbin.git
synced 2026-02-01 16:46:05 +00:00
Rename source to data for
This commit is contained in:
parent
2d354464a1
commit
6e60ca2393
@ -27,6 +27,6 @@ module.exports = function (language, source) {
|
||||
resolve(output);
|
||||
});
|
||||
|
||||
child.send({ language: language, source: source });
|
||||
child.send({ language: language, data: source});
|
||||
});
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user