Add exit state in alt sort because it does not work yet. Yeesh.
This commit is contained in:
parent
778f740047
commit
4c1ac8f997
|
@ -175,6 +175,8 @@ async function weave (pattern, realtime, random) {
|
|||
console.error('Error sorting frames')
|
||||
}
|
||||
} else if (alt) {
|
||||
console.warn('This feature is not ready, please check https://github.com/sixteenmillimeter/frameloom.git')
|
||||
process.exit(10)
|
||||
try {
|
||||
seq = await altSort(frames, pattern, realtime)
|
||||
} catch (err) {
|
||||
|
|
Loading…
Reference in New Issue