Skip to content

Commit c24abef

Browse files
committed
lint
1 parent 782c07d commit c24abef

File tree

1 file changed

+1
-1
lines changed
  • packages/@apphosting/adapter-angular/src

1 file changed

+1
-1
lines changed

packages/@apphosting/adapter-angular/src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function extractManifestOutput(output: string): string {
177177
}
178178
// Clean the raw json string by removing the "web:build:" prefixes for a Turbo build
179179
const prefixRegex = /\n?web:build:/g;
180-
const cleanedOutput = output.substring(start, end + 1).replace(prefixRegex, '');
180+
const cleanedOutput = output.substring(start, end + 1).replace(prefixRegex, "");
181181
return stripAnsi(cleanedOutput);
182182
}
183183

0 commit comments

Comments
 (0)