Skip to content

Commit 8d96586

Browse files
author
Sven Saatkamp
committed
restore line break
1 parent e7db9a0 commit 8d96586

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/run/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export function executeBicepBuild(files: string[], bicepTool: string, additional
130130
files.forEach((file: string) => {
131131
const args = ['build', file, ...additionalArgsByInputs];
132132
const bicepProcess = taskLib.tool(bicepTool).arg(args).execSync();
133+
133134
if (bicepProcess.code !== 0) {
134135
throw new Error(`Failed to execute script. Related file: ${file}`);
135136
} else if (bicepProcess.stderr.length > 0) {

0 commit comments

Comments
 (0)