If I run the command on a object declaration variable, the console.log statement is added after closing the object.
But in this specific use case, if I pick the destructured variable of a call to a function that takes an array, the statement is being added to the wrong line:
If I run the command on a object declaration variable, the console.log statement is added after closing the object. But in this specific use case, if I pick the destructured variable of a call to a function that takes an array, the statement is being added to the wrong line:
Code: