Skip to content

Commit

Permalink
Fix the indentation of extensions exported from the web-app (#6148)
Browse files Browse the repository at this point in the history
  • Loading branch information
D8H authored Jan 5, 2024
1 parent 9b4151f commit fac724d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default class BrowserEventsFunctionsExtensionWriter {
try {
await downloadStringContentAsFile(
filename,
JSON.stringify(serializedObject)
JSON.stringify(serializedObject, null, 2)
);
} catch (error) {
console.error('Unable to write the events function extension:', error);
Expand Down

0 comments on commit fac724d

Please sign in to comment.