1
0
Fork 0

fixed path

This commit is contained in:
Frank Celler 2012-03-13 12:22:42 +01:00
parent 416715f497
commit c5e9b25517
1 changed files with 3 additions and 6 deletions

View File

@ -601,12 +601,9 @@ void AvocadoServer::executeShell () {
v8::Isolate* isolate;
v8::Persistent<v8::Context> context;
bool ok;
char const* files[] = { "bootstrap/modules.js",
"bootstrap/print.js",
"server/modules.js",
"server/json.js",
"server/aql.js",
"server/shell.js"
char const* files[] = { "common/bootstrap/modules.js",
"common/bootstrap/print.js",
"server/server.js"
};
size_t i;