Closed light-matters closed 1 month ago
It might be better for wl/start and wl/restart to return a value, e.g. :ok, :started, :success, :restarted or a welcome string to communicate positively with the user.
This would be less ambiguous than 'nil'.
same for package loading.
currently package loads return nil, even if the file doesn't exist.
It might be better for wl/start and wl/restart to return a value, e.g. :ok, :started, :success, :restarted or a welcome string to communicate positively with the user.
This would be less ambiguous than 'nil'.