Webpack build for branch master: 2237749d29

This commit is contained in:
Travis CI 2017-03-16 16:08:24 +00:00
parent 1a8d831a0e
commit 15ce1046ae
2 changed files with 3 additions and 1 deletions

View file

@ -3647,6 +3647,8 @@ class TextBasedChannel {
options = {};
}
if (options.embed && options.embed.file) options.file = options.embed.file;
// backward compat
if (options.file) {
if (options.files) options.files.push(options.file);

File diff suppressed because one or more lines are too long