PluginLoader: fixed access protocol, updated devtools

This commit is contained in:
Dylan K. Taylor
2018-06-13 17:22:29 +01:00
parent 7b0ce16b12
commit ad7787e13b
2 changed files with 2 additions and 2 deletions

View File

@ -88,6 +88,6 @@ class ScriptPluginLoader implements PluginLoader{
} }
public function getAccessProtocol() : string{ public function getAccessProtocol() : string{
return "file://"; return "";
} }
} }