This commit is contained in:
Winston Liu
2019-05-24 17:00:37 -04:00
parent b9817ace02
commit a2af8ec9ca

View File

@@ -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))
})