mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-04 20:05:29 -04:00
Use index.js
instead of main.js
This commit is contained in:
parent
f116e2f1d0
commit
33107670ce
@ -127,7 +127,7 @@ class Plugin
|
||||
raise Error.new "Plugin with title #{title} not found"
|
||||
end
|
||||
|
||||
@js_path = File.join info.dir, "main.js"
|
||||
@js_path = File.join info.dir, "index.js"
|
||||
@storage_path = File.join info.dir, "storage.json"
|
||||
|
||||
unless File.exists? @js_path
|
||||
|
Loading…
x
Reference in New Issue
Block a user