mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
Make SIGINT a bit cleaner for packaging
This commit is contained in:
@@ -562,6 +562,8 @@ bool Project::packagePath(const ProjectPath& path, const hecl::MultiProgressPrin
|
||||
|
||||
void Project::interruptCook()
|
||||
{
|
||||
if (m_lastPackageSpec)
|
||||
m_lastPackageSpec->interruptCook();
|
||||
}
|
||||
|
||||
bool Project::cleanPath(const ProjectPath& path, bool recursive)
|
||||
|
||||
Reference in New Issue
Block a user