mirror of
https://github.com/redhat-actions/buildah-build.git
synced 2025-04-20 09:01:23 +00:00
fix: build error with new TS version
This commit is contained in:
parent
d2f0c98eae
commit
6f2d701939
4 changed files with 6 additions and 3913 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
3911
dist/sourcemap-register.js
vendored
3911
dist/sourcemap-register.js
vendored
File diff suppressed because one or more lines are too long
|
@ -55,7 +55,9 @@ export async function findFuseOverlayfsPath(): Promise<string | undefined> {
|
||||||
fuseOverlayfsPath = await io.which("fuse-overlayfs");
|
fuseOverlayfsPath = await io.which("fuse-overlayfs");
|
||||||
}
|
}
|
||||||
catch (err) {
|
catch (err) {
|
||||||
core.debug(err);
|
if (err instanceof Error) {
|
||||||
|
core.debug(err.message);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return fuseOverlayfsPath;
|
return fuseOverlayfsPath;
|
||||||
|
|
Loading…
Reference in a new issue