msftidy
parent
288111be4e
commit
d9187056c8
|
@ -165,7 +165,7 @@ class Db
|
||||||
print_error("Workspace exists: #{new}")
|
print_error("Workspace exists: #{new}")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
workspace.name = new
|
workspace.name = new
|
||||||
workspace.save!
|
workspace.save!
|
||||||
|
|
||||||
|
@ -1545,7 +1545,7 @@ class Db
|
||||||
print_error("The database is not connected")
|
print_error("The database is not connected")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
print_status("Purging and rebuilding the module cache in the background...")
|
print_status("Purging and rebuilding the module cache in the background...")
|
||||||
framework.threads.spawn("ModuleCacheRebuild", true) do
|
framework.threads.spawn("ModuleCacheRebuild", true) do
|
||||||
framework.db.purge_all_module_details
|
framework.db.purge_all_module_details
|
||||||
|
|
Loading…
Reference in New Issue