Commit 24cf11d8 authored by Nick Poulden's avatar Nick Poulden
Browse files

Missing comma

parent d0b851dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ class JsDuckRunner
  def add_debug
    add_options(
      "--extjs-path", "extjs/ext-all-debug.js",
      "--template", "template",
      "--template", "template"
    )
    add_options("--template-links") unless os_is_windows?
  end