You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
HTML5: Fix minification error with Emscripten 1.39.9
It used an old vendored version of acorn.js which seems to choke on this trailing comma. This is not a problem for more recent Emscripten versions. We disable the `comma-dangle` check in ESLint to prevent this issue.
This commit is contained in:
@@ -229,7 +229,7 @@ const GodotAudioWorklet = {
|
||||
'godot-processor',
|
||||
{
|
||||
'outputChannelCount': [channels],
|
||||
},
|
||||
}
|
||||
);
|
||||
return Promise.resolve();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user