List reason why import failed (file not found)

pull/1/head
Alex Beregszaszi 8 years ago
parent 3badac4075
commit 7a215cf4ba
  1. 2
      src/app/compiler.js

@ -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;
} }
} }

Loading…
Cancel
Save