juxt / joplin

Flexible datastore migration and seeding for Clojure projects
Eclipse Public License 1.0
316 stars 49 forks source link

Seeder exceptions don't bubble up #113

Open andrewsuzuki opened 5 years ago

andrewsuzuki commented 5 years ago

If any sort of exception (including syntax error) occurs in the seed function's namespace, it is silenced. Joplin prints Seeding [db] and then exits (does not print Applying seed function [x]).