Commit b527d913 by Federico Brigante Committed by Michael Mifsud

Removed top-level return statement from cli (#1827)

parent 4491ab43
...@@ -428,5 +428,3 @@ if (options.src) { ...@@ -428,5 +428,3 @@ if (options.src) {
run(options, emitter); run(options, emitter);
}); });
} }
return emitter;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment