FIX: Linting errors in Ruby
This commit is contained in:
parent
4cef3cd762
commit
77ba265c07
|
@ -22,4 +22,3 @@ if ARGV[0].present?
|
||||||
js_source = ::JSON.generate(source, quirks_mode: true)
|
js_source = ::JSON.generate(source, quirks_mode: true)
|
||||||
puts ctx.eval("exports.compile(#{js_source})");
|
puts ctx.eval("exports.compile(#{js_source})");
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue