Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

console show error when use mysql mode #146

Open
lordk911 opened this issue Nov 28, 2018 · 1 comment
Open

console show error when use mysql mode #146

lordk911 opened this issue Nov 28, 2018 · 1 comment

Comments

@lordk911
Copy link

my code :
var ace = require("brace");
require("brace/ext/language_tools");
//
require("brace/mode/mysql");
require("brace/mode/less");
//
require("brace/theme/cobalt");
require("brace/theme/eclipse");
require("brace/theme/sqlserver");
//
require("brace/snippets/text.js");
require("brace/snippets/mysql.js");
//
this.editor = ace.edit("editor" + this.editableTabsValue);
this.editor.getSession().setMode("ace/mode/mysql");

all works fine but thereis error show on the browser console :
GET http://127.0.0.1:8080/mode-sql.js net::ERR_ABORTED 404 (Not Found)

@step21
Copy link

step21 commented Jun 7, 2020

Did you ever resolve this? I have a similar issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants