Commit cde280ad authored by yann300's avatar yann300

update label

parent 7672f692
......@@ -293,7 +293,7 @@ function fileExplorer (localRegistry, files, menuItems, plugin) {
)
}
if (key.endsWith('.js')) {
actions['Run Script'] = async () => {
actions['Run'] = async () => {
provider.get(key, (error, content) => {
if (error) return console.log(error)
plugin.call('scriptRunner', 'execute', content)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment