tdhock / necromass

1 stars 0 forks source link

test #3

Closed tdhock closed 6 months ago

tdhock commented 6 months ago
plot(1:10, xlab = stop("another problem"))
#> Error in plot.default(1:10, xlab = stop("another problem")): another problem

Created on 2023-11-21 with reprex v2.0.2

tdhock commented 6 months ago
> plot(1:10, xlab=stop("problem"))
Error in plot.default(1:10, xlab = stop("problem")) : problem
> traceback()
1: stop("SoMe error")