mach: toOwnedSlice now returns an error union that needs to be handled (#635)
This commit is contained in:
parent
c151222011
commit
ef05d8ca69
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ pub const App = struct {
|
||||||
const app_pkg = Pkg{
|
const app_pkg = Pkg{
|
||||||
.name = "app",
|
.name = "app",
|
||||||
.source = .{ .path = options.src },
|
.source = .{ .path = options.src },
|
||||||
.dependencies = deps.toOwnedSlice(),
|
.dependencies = try deps.toOwnedSlice(),
|
||||||
};
|
};
|
||||||
|
|
||||||
const step = blk: {
|
const step = blk: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue