aboutsummaryrefslogtreecommitdiff
path: root/stage1/Stage1.scala
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2017-02-09 22:41:00 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2017-02-09 22:58:10 -0500
commitc293f196d8555fa446b1276eb21857093a7ccefd (patch)
tree510ec809f4b48bb1bbb5769977634e6680e78ee3 /stage1/Stage1.scala
parentf42d50ab33a829322618181375cb6c5f2e71118a (diff)
downloadcbt-c293f196d8555fa446b1276eb21857093a7ccefd.tar.gz
cbt-c293f196d8555fa446b1276eb21857093a7ccefd.tar.bz2
cbt-c293f196d8555fa446b1276eb21857093a7ccefd.zip
let Stage1 handle Stage2 exit code
Diffstat (limited to 'stage1/Stage1.scala')
-rw-r--r--stage1/Stage1.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/stage1/Stage1.scala b/stage1/Stage1.scala
index 1fd4663..bf6a3d4 100644
--- a/stage1/Stage1.scala
+++ b/stage1/Stage1.scala
@@ -33,7 +33,7 @@ final case class Stage1ArgsParser(__args: Seq[String]) {
abstract class Stage2Base{
- def run( context: Stage2Args ): Unit
+ def run( context: Stage2Args ): ExitCode
}
case class Stage2Args(