const std = @import("std"); pub fn start(_: anytype) bool { std.debug.attachSegfaultHandler(); return true; } pub fn generate() void {} pub fn crashReportPath(_: *[1024]u8) []const u8 { return ""; } Atom feed' href='https://git.anshulg.com/ansg191/bun/atom/docs/guides/read-file?h=dylan/github-api-option' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/docs/guides/read-file (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-10Fixes #4062 (#4106)Gravatar Jarred Sumner 8-26/+87
2023-08-10bun test: format description of test.each (#4092)Gravatar Jacques 3-13/+311
2023-08-10add util.formatWithOptions (#4090)Gravatar dave caruso 3-9/+30
2023-08-10Fix titleGravatar Colin McDonnell 1-1/+1