add missing break

This commit is contained in:
Casper Lamboo 2018-03-07 21:25:15 +01:00
parent 5e88cd8c17
commit 991586dc4c

View File

@ -272,6 +272,7 @@ export async function slice(action, name, mesh, settings, updateProgress) {
}); });
}); });
currentStep ++; currentStep ++;
break;
} }
default: default: