Work on SourceDB:rebuild
This commit is contained in:
@@ -292,9 +292,8 @@ void World::patch_source(StreamBuffer *sb, DebugCollector *dbc) {
|
||||
DebugBlock dbb(dbc, "patch_source");
|
||||
bool modified = source_db_.patch(sb, dbc);
|
||||
if (modified) {
|
||||
eng::string errs = source_db_.rebuild();
|
||||
rebuild_sourcedb();
|
||||
DebugLine(dbc) << "Source DB rebuilt";
|
||||
util::dprint(errs);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user