mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix the indentation of extensions exported from the web-app (#6148)
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user