mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
chore: upgrade zig to 0.12.0-dev.1828+225fe6ddb (#7671)
* chore: upgrade zig to 0.12.0-dev.1828+225fe6ddb * open as iterable * fix building identifier cache * fix windows build * fix linux build * fix linux build
This commit is contained in:
@@ -332,7 +332,7 @@ pub const InitCommand = struct {
|
||||
if (package_json_file == null) {
|
||||
package_json_file = try std.fs.cwd().createFileZ("package.json", .{});
|
||||
}
|
||||
var package_json_writer = JSPrinter.NewFileWriter(package_json_file.?);
|
||||
const package_json_writer = JSPrinter.NewFileWriter(package_json_file.?);
|
||||
|
||||
const written = JSPrinter.printJSON(
|
||||
@TypeOf(package_json_writer),
|
||||
|
||||
Reference in New Issue
Block a user