Commit d868d1d8 authored by yann300's avatar yann300

add missing "normalize"

parent a75b8f9c
......@@ -611,6 +611,7 @@ class FileManager extends Plugin {
}
async openFile (file) {
file = this.normalize(file)
if (!file) {
this.emit('noFileSelected')
this.events.emit('noFileSelected')
......
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