Update eslint plugin & fix silly indenting
As per matrix-org/eslint-plugin-matrix-org#15 this caused a bunch of silly indenting to creep in, so this fixes it back to the previous style.
This commit is contained in:
@@ -28,7 +28,7 @@ function runUpdateExe(args: string[]): Promise<void> {
|
||||
console.log(`Spawning '${updateExe}' with args '${args}'`);
|
||||
return new Promise(resolve => {
|
||||
spawn(updateExe, args, {
|
||||
detached: true,
|
||||
detached: true,
|
||||
}).on('close', resolve);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user