Skip to content

Commit cdb3cf1

Browse files
authored
Update base/error.jl
1 parent ac18ab0 commit cdb3cf1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

base/error.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ macro assert(ex, msgs...)
230230
(Core.println(msg); "Error during bootstrap. See stdout.")
231231
end
232232
end
233-
234233
return :($(esc(ex)) ? $(nothing) : throw(AssertionError($msg)))
235234
end
236235

0 commit comments

Comments
 (0)