0
0
mirror of https://github.com/Doodle3D/Doodle3D-Slicer.git synced 2025-01-14 13:15:11 +01:00

add break property to switch

This commit is contained in:
casperlamboo 2016-08-27 10:02:17 +02:00 committed by Simon Voordouw
parent 29e46217f8
commit 0f69526cbb

@ -48,6 +48,7 @@ export default class {
case 'SLICE': {
sliceWorker.terminate();
resolve(data.gcode);
break;
}
}
});