mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Lint
This commit is contained in:
@@ -82,7 +82,7 @@ const buildAtomClient = async (args, env) => {
|
||||
.map(element => element.dataset.path)
|
||||
)
|
||||
})
|
||||
const test = client.addCommand('dispatchCommand', async function (command) {
|
||||
client.addCommand('dispatchCommand', async function (command) {
|
||||
return this.execute(async () => atom.commands.dispatch(document.activeElement, command))
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user