forked from glen/fostr
feat: -d option to fosgen now enables nailgun diagnostics
This commit is contained in:
parent
87a6fbc642
commit
b1f87428f5
3 changed files with 24 additions and 6 deletions
|
@ -75,7 +75,12 @@ fi
|
|||
|
||||
if [[ $USE_NAILGUN ]]
|
||||
then
|
||||
$BINDIR/let_sun_shine
|
||||
if [[ $SUPPRESS_ERR ]]
|
||||
then
|
||||
$BINDIR/let_sun_shine
|
||||
else
|
||||
$BINDIR/let_sun_shine noisy
|
||||
fi
|
||||
$BINDIR/ng sunshine transform -p $PROJDIR -n $LANGUAGE -i $PROGRAM
|
||||
exit $?
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue