Commit ef3ff29e authored by rockyl's avatar rockyl

0.1版本前最后一次提交

parent d44d6943
......@@ -303,7 +303,7 @@
duration: 1000,
});
if(e.details){
let details = e.details.split('| ').join('\n');
let details = e.details.split('\n').join('\n');
this.$alert(`<p>Compile error</p><pre style="color:red;">${details}</pre>`, this.$t('Alert'), {
dangerouslyUseHTMLString: true,
customClass: 'pack-failed-details'
......
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