class Opal::CliRunners::Compiler

def fail_unrewindable!

def fail_unrewindable!
  abort <<~ERROR
    You have specified --watch, but for watch to work, you must specify an
    --output file.
  ERROR
end