Commit 7a215cf4 authored by Alex Beregszaszi's avatar Alex Beregszaszi

List reason why import failed (file not found)

parent 3badac40
...@@ -254,7 +254,7 @@ function Compiler (editor, handleGithubCall) { ...@@ -254,7 +254,7 @@ function Compiler (editor, handleGithubCall) {
cb(null, 'Unable to import "' + m + '": Unsupported URL'); cb(null, 'Unable to import "' + m + '": Unsupported URL');
return; return;
} else { } else {
cb(null, 'Unable to import "' + m + '"'); cb(null, 'Unable to import "' + m + '": File not found');
return; return;
} }
} }
......
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