Skip to content

Commit

Permalink
show error before dump trace in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
eternalharvest committed Feb 12, 2021
1 parent 4347260 commit 1f24748
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ try {
}
}catch(Exception $e){
echo "unexpected error has occurred!" . PHP_EOL;
echo $e . PHP_EOL;
echo $e->getTraceAsString() . PHP_EOL;
exit(1);
}

0 comments on commit 1f24748

Please sign in to comment.