Commit 45074c9e authored by yann300's avatar yann300

standard

parent 98abe690
......@@ -97,7 +97,7 @@ export class RemixAppManager extends PluginManager {
const savedPlugins = localStorage.getItem('plugins-directory')
if (savedPlugins) {
try {
plugin = JSON.parse(savedPlugins)
plugins = JSON.parse(savedPlugins)
} catch (e) {
console.error(e)
}
......
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